diff options
Diffstat (limited to 'src/server')
-rw-r--r-- | src/server/scripts/Northrend/IcecrownCitadel/instance_icecrown_citadel.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/server/scripts/Northrend/IcecrownCitadel/instance_icecrown_citadel.cpp b/src/server/scripts/Northrend/IcecrownCitadel/instance_icecrown_citadel.cpp index 99af60d7bea..99689f5cfb2 100644 --- a/src/server/scripts/Northrend/IcecrownCitadel/instance_icecrown_citadel.cpp +++ b/src/server/scripts/Northrend/IcecrownCitadel/instance_icecrown_citadel.cpp @@ -520,13 +520,9 @@ class instance_icecrown_citadel : public InstanceMapScript go->SetGoState(GO_STATE_ACTIVE); break; case GO_ARTHAS_PLATFORM: - // this enables movement at The Frozen Throne, when printed this value is 0.000000f - // however, when represented as integer client will accept only this value - go->SetUInt32Value(GAMEOBJECT_PARENTROTATION, 5535469); ArthasPlatformGUID = go->GetGUID(); break; case GO_ARTHAS_PRECIPICE: - go->SetUInt32Value(GAMEOBJECT_PARENTROTATION, 4178312); ArthasPrecipiceGUID = go->GetGUID(); break; case GO_DOODAD_ICECROWN_THRONEFROSTYEDGE01: |