Hall of Lightning: Fix Encounter state saving to db

Thanks Aokromes, Baraka & Spawn

--HG--
branch : trunk
This commit is contained in:
Tartalo
2010-03-22 22:48:05 +01:00
parent c80b67cebd
commit 2e5c5d3e1b

View File

@@ -152,6 +152,9 @@ struct instance_halls_of_lightning : public ScriptedInstance
m_auiEncounter[3] = uiData;
break;
}
if (uiData == DONE)
SaveToDB();
}
uint32 GetData(uint32 uiType)