aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNay <dnpd.dd@gmail.com>2013-08-06 04:53:34 -0700
committerNay <dnpd.dd@gmail.com>2013-08-06 04:53:34 -0700
commit3995a55b2ddfbb6abee3c11d9631a3540503d774 (patch)
tree2ce95e90a9f882c5df719e6ff6224f58b9afc7b4 /src
parent489af4213332c9613e887ff84464bf00292369f3 (diff)
parent3522924f95fef1c3c1684c02f7cc3caea02b144c (diff)
Merge pull request #10282 from NorthStrider/4.3.4
Scripts/ICC: fixed the frozen throne model display
Diffstat (limited to 'src')
-rw-r--r--src/server/scripts/Northrend/IcecrownCitadel/instance_icecrown_citadel.cpp4
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 d1a0e1a3e26..1ad27ec661a 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: