[9483] Not affect anything but not nice typos...

This commit is contained in:
VladimirMangos 2010-02-28 17:16:43 +03:00
parent 4dc85260c7
commit 9bebf96c8e
3 changed files with 2 additions and 5 deletions

View file

@ -1754,7 +1754,7 @@ bool SpellMgr::IsNoStackSpellDueToSpell(uint32 spellId_1, uint32 spellId_2) cons
if (spellInfo_1->SpellIconID == 2633 && spellInfo_2->SpellIconID == 2633)
return false;
// Unholy Presence and Unholy Presence (triggered)
// Blood Presence and Blood Presence (triggered)
if (spellInfo_1->SpellIconID == 2636 && spellInfo_2->SpellIconID == 2636)
return false;
}