areatrigger_tavern - cmangos/issues GitHub Wiki
Back to world database list of tables.
The `areatrigger_tavern` table
Enable a trigger when player enters a city or tavern. This causes the player to enter a resting state.
Structure
| Field | Type | NULL | Key | Default | Comments | 
|---|---|---|---|---|---|
| id | int(11) unsigned | NO | PRIMARY | 0 | Identifier, auto_increment | 
| name | text | YES | 
Description of the fields
id
This is the trigger identifier, see AreaTrigger.dbc
name
Name of the city or tavern. This is purely for descriptive purposes.