From e5ed1b21ed519de0863444d02c3066141b43002f Mon Sep 17 00:00:00 2001 From: Reamer Date: Sat, 15 Sep 2012 01:34:28 +0200 Subject: [PATCH] [12175] Add target limitation for spell 52449 --- src/game/Spell.cpp | 1 + src/shared/revision_nr.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/game/Spell.cpp b/src/game/Spell.cpp index a6974b857a4..316ee60912d 100644 --- a/src/game/Spell.cpp +++ b/src/game/Spell.cpp @@ -1607,6 +1607,7 @@ void Spell::SetTargetMap(SpellEffectIndex effIndex, uint32 targetMode, UnitList& case 50988: // Glare of the Tribunal (Halls of Stone) case 51146: // Searching Gaze (Halls Of Stone) case 52438: // Summon Skittering Swarmer (Azjol Nerub, Krik'thir the Gatewatcher) + case 52449: // Summon Skittering Infector (Azjol Nerub, Krik'thir the Gatewatcher) case 53457: // Impale (Azjol Nerub, Anub'arak) case 54148: // Ritual of the Sword (Utgarde Pinnacle, Svala) case 55479: // Forced Obedience (Naxxramas, Razovius) diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 17a35ec526c..ae1004ccb14 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "12174" + #define REVISION_NR "12175" #endif // __REVISION_NR_H__