mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Merge pull request #10282 from NorthStrider/4.3.4
Scripts/ICC: fixed the frozen throne model display
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user