mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-15 10:00:28 +00:00
fix(Scripts/ZulAman): Save Massive Gate state to DB (#20568)
This commit is contained in:
@@ -501,7 +501,10 @@ struct npc_harrison_jones : public ScriptedAI
|
||||
}
|
||||
|
||||
if (GameObject* gate = _instance->GetGameObject(DATA_MASSIVE_GATE))
|
||||
{
|
||||
gate->AllowSaveToDB(true);
|
||||
gate->SetGoState(GO_STATE_ACTIVE);
|
||||
}
|
||||
_gongTimer = 2000;
|
||||
_gongEvent = GONG_EVENT_8;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user