aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTrazom62 <none@none>2010-03-23 20:31:55 +0100
committerTrazom62 <none@none>2010-03-23 20:31:55 +0100
commit72c3c4696b2d4215245e96c919b857f908c5b4a3 (patch)
tree52dc9bc1e78ea6647ff43471ca39496d4bcabc08 /src
parent5fe2454b246b50cb8be7cda2e6941567f1d9fc45 (diff)
Implement Tribunal of Ages Achievements (Requires DB Data)
--HG-- branch : trunk
Diffstat (limited to 'src')
-rw-r--r--src/scripts/northrend/ulduar/halls_of_stone/halls_of_stone.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/scripts/northrend/ulduar/halls_of_stone/halls_of_stone.cpp b/src/scripts/northrend/ulduar/halls_of_stone/halls_of_stone.cpp
index 3485e81c1af..fa266db4db6 100644
--- a/src/scripts/northrend/ulduar/halls_of_stone/halls_of_stone.cpp
+++ b/src/scripts/northrend/ulduar/halls_of_stone/halls_of_stone.cpp
@@ -525,6 +525,11 @@ struct npc_brann_hosAI : public npc_escortAI
if (pInstance)
{
pInstance->SetData(DATA_BRANN_EVENT, DONE);
+
+ // Achievement criteria is with spell 59046 which does not exist.
+ // There is thus no way it can be given by casting the spell on the players.
+ pInstance->DoUpdateAchievementCriteria(ACHIEVEMENT_CRITERIA_TYPE_BE_SPELL_TARGET, 59046);
+
if (!bHasBeenDamaged)
pInstance->DoCompleteAchievement(ACHIEV_BRANN_SPANKIN_NEW);
}