From 3522924f95fef1c3c1684c02f7cc3caea02b144c Mon Sep 17 00:00:00 2001 From: Strider of the North Date: Sun, 14 Jul 2013 03:52:29 +0200 Subject: Scripts/ICC: fixed the frozen throne model display Since Cataclysm the client doesn't need those datas anymore. --- .../scripts/Northrend/IcecrownCitadel/instance_icecrown_citadel.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src') 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: -- cgit v1.2.3