[7515] Not allow caster cast different polymorph spells at different targets in same time.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
DonTomika 2009-03-22 05:36:19 +03:00 committed by VladimirMangos
parent e39a836115
commit 636b0a9464
2 changed files with 2 additions and 1 deletions

View file

@ -530,6 +530,7 @@ bool IsSingleTargetSpells(SpellEntry const *spellInfo1, SpellEntry const *spellI
switch(spec1)
{
case SPELL_JUDGEMENT:
case SPELL_MAGE_POLYMORPH:
if(GetSpellSpecific(spellInfo2->Id) == spec1)
return true;
break;

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "7514"
#define REVISION_NR "7515"
#endif // __REVISION_NR_H__