[9039] Allow have more one hunter aspect from different casters.

This commit is contained in:
VladimirMangos 2009-12-21 00:02:03 +03:00
parent 6adfd75040
commit 7b0a059d2f
2 changed files with 3 additions and 2 deletions

View file

@ -338,6 +338,7 @@ bool IsSingleFromSpellSpecificPerTargetPerCaster(SpellSpecific spellSpec1,SpellS
case SPELL_AURA: case SPELL_AURA:
case SPELL_STING: case SPELL_STING:
case SPELL_CURSE: case SPELL_CURSE:
case SPELL_ASPECT:
case SPELL_POSITIVE_SHOUT: case SPELL_POSITIVE_SHOUT:
case SPELL_JUDGEMENT: case SPELL_JUDGEMENT:
case SPELL_HAND: case SPELL_HAND:
@ -355,6 +356,7 @@ bool IsSingleFromSpellSpecificSpellRanksPerTarget(SpellSpecific spellSpec1,Spell
case SPELL_BLESSING: case SPELL_BLESSING:
case SPELL_AURA: case SPELL_AURA:
case SPELL_CURSE: case SPELL_CURSE:
case SPELL_ASPECT:
case SPELL_HAND: case SPELL_HAND:
return spellSpec1==spellSpec2; return spellSpec1==spellSpec2;
default: default:
@ -368,7 +370,6 @@ bool IsSingleFromSpellSpecificPerTarget(SpellSpecific spellSpec1,SpellSpecific s
switch(spellSpec1) switch(spellSpec1)
{ {
case SPELL_SEAL: case SPELL_SEAL:
case SPELL_ASPECT:
case SPELL_TRACKER: case SPELL_TRACKER:
case SPELL_WARLOCK_ARMOR: case SPELL_WARLOCK_ARMOR:
case SPELL_MAGE_ARMOR: case SPELL_MAGE_ARMOR:

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 "9038" #define REVISION_NR "9039"
#endif // __REVISION_NR_H__ #endif // __REVISION_NR_H__