AzerothCore
Pages :

page_text

<-Back-to:World

The `page_text` table

This table holds the text for letter items or any items that when moused-over turn the cursor into a magnifying glass and on right-click will open up a window where you can read the contents of the letter.

Table Structure

Field Type Attributes Key Null Default Extra Comment
ID MEDIUMINT UNSIGNED PRI NO 0
Text longtext SIGNED NO NULL
NextPageID MEDIUMINT UNSIGNED NO 0
VerifiedBuild SMALLINT SIGNED YES 1

Description of the fields

ID

The ID of the text in the page. This number is unique to every text ID.

Text

The actual text. The message in this field will be shown as the text on a page.

NextPageID

The ID of the next page's text ID.

VerifiedBuild