Merge pull request #10282 from NorthStrider/4.3.4

Scripts/ICC: fixed the frozen throne model display
This commit is contained in:
Nay
2013-08-06 04:53:34 -07:00

View File

@@ -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: