diff options
author | Visagalis <juliuszs@gmail.com> | 2013-03-20 08:06:47 +0200 |
---|---|---|
committer | Visagalis <juliuszs@gmail.com> | 2013-03-20 08:06:47 +0200 |
commit | 10030774c5e6dd3482ba9148afe25f791a13fcfb (patch) | |
tree | 6cc59b80db6545c7e246e44b5e641a00f9c343cb /src | |
parent | 52340e74e288377cdcd05821bc6b1507d10c6ee6 (diff) |
Fixed TOC faction champions loot chest (Now it will be selectable after spawning).
Diffstat (limited to 'src')
-rw-r--r-- | src/server/scripts/Northrend/CrusadersColiseum/TrialOfTheCrusader/instance_trial_of_the_crusader.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/server/scripts/Northrend/CrusadersColiseum/TrialOfTheCrusader/instance_trial_of_the_crusader.cpp b/src/server/scripts/Northrend/CrusadersColiseum/TrialOfTheCrusader/instance_trial_of_the_crusader.cpp index 8d2d9f8b4c1..172423187e1 100644 --- a/src/server/scripts/Northrend/CrusadersColiseum/TrialOfTheCrusader/instance_trial_of_the_crusader.cpp +++ b/src/server/scripts/Northrend/CrusadersColiseum/TrialOfTheCrusader/instance_trial_of_the_crusader.cpp @@ -263,6 +263,8 @@ class instance_trial_of_the_crusader : public InstanceMapScript if (ResilienceWillFixItTimer > 0) DoUpdateAchievementCriteria(ACHIEVEMENT_CRITERIA_TYPE_BE_SPELL_TARGET, SPELL_CHAMPIONS_KILLED_IN_MINUTE); DoRespawnGameObject(CrusadersCacheGUID, 7*DAY); + if (GameObject* cache = instance->GetGameObject(CrusadersCacheGUID)) + cache->RemoveFlag(GAMEOBJECT_FLAGS, GO_FLAG_NOT_SELECTABLE); EventStage = 3100; break; default: |