Back to 'holiday_dates' Return to world Go to 'instance_spawn_groups'
Definitions of instance encounters. Used by the LFG system.
Field | Type | Attributes | Key | Null | Default | Extra | Comment |
---|---|---|---|---|---|---|---|
entry | int | unsigned | PRI | NO | Unique entry from DungeonEncounter | ||
creditType | tinyint | unsigned | NO | 0 | |||
creditEntry | int | unsigned | NO | 0 | |||
lastEncounterDungeon | smallint | unsigned | NO | 0 | If not 0, LfgDungeon ID entry for the instance it is last encounter in | ||
comment | varchar(255) | NO | '' |
Unique DungeonEncounter ID
Casting the spell or killing the creature will mark the encounter as completed.
Reference to LfgDungeon ID for the instance which this encounter is the last of. If 0, encounter is not the final one.
Instance encounter comment for easy identification. Encounter name used only.
Back to 'holiday_dates' Return to world Go to 'instance_spawn_groups'