Areatrigger tavern 548

From Project Skyfire
Revision as of 19:22, 8 August 2021 by Admin (talk | contribs) (Created page with "{| align="right" | __TOC__ |} {{Back-to:World_18414}} <big>'''The `areatrigger_tavern` table'''</big> This table holds the information of when to enter the player into a Re...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Back to world database list of tables.

The `areatrigger_tavern` table

This table holds the information of when to enter the player into a Resting state.


Structure

Field Type Attribute Key Null Default Comment
id mediumint(8) unsigned PRI NO 0 Identifier
name text signed YES


DB Structure

CREATE TABLE `areatrigger_tavern` (
	`id` MEDIUMINT NOT NULL DEFAULT '0' COMMENT 'Identifier',
	`name` TEXT NULL COLLATE 'utf8_general_ci',
	PRIMARY KEY (`id`) USING BTREE
)
COMMENT='Trigger System'
COLLATE='utf8_general_ci'
ENGINE=MyISAM
ROW_FORMAT=FIXED
;


Description of the fields

id

ID# of the areatrigger. Contained in AreaTrigger.dbc.

name

The name of the areatrigger or zone. Used for easy reference purposes.