Fixed TOC faction champions loot chest (Now it will be selectable after spawning).
This commit is contained in:
+2
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user