mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 19:06:49 +01:00
Another fix for naxx GO handling
--HG-- branch : trunk
This commit is contained in:
@@ -175,6 +175,7 @@ struct instance_naxxramas : public InstanceData
|
||||
}
|
||||
case GO_GOTHIK_GATE:
|
||||
GothikGateGUID = add ? pGo->GetGUID() : 0;
|
||||
pGo->SetGoState(gothikDoorState);
|
||||
break;
|
||||
case GO_HORSEMEN_CHEST: HorsemenChestGUID = add ? pGo->GetGUID() : 0; break;
|
||||
case GO_HORSEMEN_CHEST_HERO: HorsemenChestGUID = add ? pGo->GetGUID() : 0; break;
|
||||
|
||||
Reference in New Issue
Block a user