[11056] Limit max targets for spell 802/804

Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
schmoozerd 2011-01-21 10:51:59 +01:00 committed by NoFantasy
parent 7ef75985b9
commit 4643d9020e
2 changed files with 3 additions and 1 deletions

View file

@ -1483,6 +1483,8 @@ void Spell::SetTargetMap(SpellEffectIndex effIndex, uint32 targetMode, UnitList&
{ {
switch(m_spellInfo->Id) switch(m_spellInfo->Id)
{ {
case 802: // Mutate Bug
case 804: // Explode Bug
case 23138: // Gate of Shazzrah case 23138: // Gate of Shazzrah
case 31347: // Doom TODO: exclude top threat target from target selection case 31347: // Doom TODO: exclude top threat target from target selection
case 33711: // Murmur's Touch case 33711: // Murmur's Touch

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__ #ifndef __REVISION_NR_H__
#define __REVISION_NR_H__ #define __REVISION_NR_H__
#define REVISION_NR "11055" #define REVISION_NR "11056"
#endif // __REVISION_NR_H__ #endif // __REVISION_NR_H__