instance_encounters
Definitions of instance encounters. Used by the LFG system.
Structure
| 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 | '' | ||||
Description of fields
entry
Unique DungeonEncounter ID
creditType
- 0: ENCOUNTER_CREDIT_KILL_CREATURE
- 1: ENCOUNTER_CREDIT_CAST_SPELL
creditEntry
- creditType = 0: this field is a creature entry.
- creditType = 1: this field is a Spell ID.
Casting the spell or killing the creature will mark the encounter as completed.
lastEncounterDungeon
Reference to LfgDungeon ID for the instance which this encounter is the last of. If 0, encounter is not the final one.
comment
Instance encounter comment for easy identification. Encounter name used only.
