mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
fix(Scripts/CoS): Set correct gob state when resetting Arthas (#24251)
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user