mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 16:38:42 +01:00
Hall of Lightning: Fix Encounter state saving to db
Thanks Aokromes, Baraka & Spawn --HG-- branch : trunk
This commit is contained in:
@@ -152,6 +152,9 @@ struct instance_halls_of_lightning : public ScriptedInstance
|
||||
m_auiEncounter[3] = uiData;
|
||||
break;
|
||||
}
|
||||
|
||||
if (uiData == DONE)
|
||||
SaveToDB();
|
||||
}
|
||||
|
||||
uint32 GetData(uint32 uiType)
|
||||
|
||||
Reference in New Issue
Block a user