[7322] Allow stacking for spell 52950 and 52707

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
GriffonHeart 2009-02-22 04:28:29 +03:00 committed by VladimirMangos
parent ab7b358d44
commit e133c9f0d7
2 changed files with 6 additions and 1 deletions

View file

@ -1153,6 +1153,11 @@ bool SpellMgr::IsNoStackSpellDueToSpell(uint32 spellId_1, uint32 spellId_2) cons
(spellInfo_2->Id == 23170 && spellInfo_1->Id == 23171) )
return false;
// See Chapel Invisibility and See Noth Invisibility
if( (spellInfo_1->Id == 52950 && spellInfo_2->Id == 52707) ||
(spellInfo_2->Id == 52950 && spellInfo_1->Id == 52707) )
return false;
break;
}
case SPELLFAMILY_WARRIOR: