fix(Scripts/CoS): Set correct gob state when resetting Arthas (#24251)
This commit is contained in:
parent
10d105243f
commit
d66de393dc
1 changed files with 1 additions and 1 deletions
|
|
@ -1297,7 +1297,7 @@ void npc_arthas::npc_arthasAI::ReorderInstance(uint32 data)
|
|||
if (data >= COS_PROGRESS_KILLED_EPOCH)
|
||||
if (pInstance)
|
||||
if (GameObject* pGate = pInstance->instance->GetGameObject(pInstance->GetGuidData(DATA_SHKAF_GATE)))
|
||||
pGate->SetGoState(GO_STATE_READY);
|
||||
pGate->SetGoState(GO_STATE_ACTIVE);
|
||||
|
||||
pInstance->SetData(DATA_SHOW_INFINITE_TIMER, 1);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue