diff options
author | Strider of the North <dreadkiller@gmx.de> | 2013-07-14 03:52:29 +0200 |
---|---|---|
committer | Strider of the North <dreadkiller@gmx.de> | 2013-07-14 03:52:29 +0200 |
commit | 3522924f95fef1c3c1684c02f7cc3caea02b144c (patch) | |
tree | 035b40e07f86bc05de7c803c3188a7b3741dd3b4 | |
parent | f8ba2c066bc3dacafa98556aeabbfab04fc5f583 (diff) |
Scripts/ICC: fixed the frozen throne model display
Since Cataclysm the client doesn't need those datas anymore.
-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: |