From 72c3c4696b2d4215245e96c919b857f908c5b4a3 Mon Sep 17 00:00:00 2001 From: Trazom62 Date: Tue, 23 Mar 2010 20:31:55 +0100 Subject: Implement Tribunal of Ages Achievements (Requires DB Data) --HG-- branch : trunk --- src/scripts/northrend/ulduar/halls_of_stone/halls_of_stone.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/scripts') 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); } -- cgit v1.2.3