fix(Scripts/ZulAman): Save Massive Gate state to DB (#20568)
This commit is contained in:
parent
9f58216383
commit
5bbfd21e32
1 changed files with 3 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue