Skip to content

instance_encounters

Definitions of instance encounters. Used by the LFG system.

Structure ​

FieldTypeAttributesKeyNullDefaultExtraComment
entryintunsignedPRINOUnique entry from DungeonEncounter
creditTypetinyintunsignedNO0
creditEntryintunsignedNO0
lastEncounterDungeonsmallintunsignedNO0If not 0, LfgDungeon ID entry for the instance it is last encounter in
commentvarchar(255)NO''
 

Description of fields ​

entry ​

Unique DungeonEncounter ID  

creditType ​

from enum EncounterCreditType

  • 0: ENCOUNTER_CREDIT_KILL_CREATURE
  • 1: ENCOUNTER_CREDIT_CAST_SPELL  

creditEntry ​

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.