diff --git a/src/game/Spell.cpp b/src/game/Spell.cpp index ab4b0fc3a..51002a4f8 100644 --- a/src/game/Spell.cpp +++ b/src/game/Spell.cpp @@ -1483,6 +1483,8 @@ void Spell::SetTargetMap(SpellEffectIndex effIndex, uint32 targetMode, UnitList& { switch(m_spellInfo->Id) { + case 802: // Mutate Bug + case 804: // Explode Bug case 23138: // Gate of Shazzrah case 31347: // Doom TODO: exclude top threat target from target selection case 33711: // Murmur's Touch diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 5d456a62d..2dcad6f5e 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 "11055" + #define REVISION_NR "11056" #endif // __REVISION_NR_H__