diff options
Diffstat (limited to 'src/server/scripts/Northrend')
| -rw-r--r-- | src/server/scripts/Northrend/Ulduar/HallsOfStone/instance_halls_of_stone.cpp | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/scripts/Northrend/Ulduar/HallsOfStone/instance_halls_of_stone.cpp b/src/server/scripts/Northrend/Ulduar/HallsOfStone/instance_halls_of_stone.cpp index d6c7b18eabd..880d032265a 100644 --- a/src/server/scripts/Northrend/Ulduar/HallsOfStone/instance_halls_of_stone.cpp +++ b/src/server/scripts/Northrend/Ulduar/HallsOfStone/instance_halls_of_stone.cpp @@ -91,7 +91,7 @@ class instance_halls_of_stone : public InstanceMapScript                      case GO_TRIBUNAL_CHEST_HERO:                          TribunalChestGUID = go->GetGUID();                          if (GetBossState(DATA_BRANN_EVENT) == DONE) -                            go->RemoveFlag(GAMEOBJECT_FLAGS, GO_FLAG_INTERACT_COND); +                            go->RemoveFlag(GAMEOBJECT_FLAGS, GO_FLAG_NOT_SELECTABLE);                          break;                      case GO_TRIBUNAL_SKY_FLOOR:                          TribunalSkyFloorGUID = go->GetGUID(); @@ -160,7 +160,7 @@ class instance_halls_of_stone : public InstanceMapScript                          if (state == DONE)                          {                              if (GameObject* go = instance->GetGameObject(TribunalChestGUID)) -                                go->RemoveFlag(GAMEOBJECT_FLAGS,GO_FLAG_INTERACT_COND); +                                go->RemoveFlag(GAMEOBJECT_FLAGS, GO_FLAG_NOT_SELECTABLE);                          }                          break;                      default:  | 
