mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 02:46:33 +01:00
Gnomeregan: Fix Save
--HG-- branch : trunk
This commit is contained in:
@@ -97,7 +97,7 @@ struct instance_gnomeregan : public ScriptedInstance
|
||||
switch(uiType)
|
||||
{
|
||||
case TYPE_EVENT:
|
||||
m_auiEncounter[0] = uiData; break;
|
||||
m_auiEncounter[0] = uiData;
|
||||
if (uiData == DONE)
|
||||
SaveToDB();
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user