mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +00:00
Allow trigger from 10 and ranks Mage spell (work some talents)
Signed-off-by: DiSlord <dislord@nomail.com>
This commit is contained in:
parent
b6e7f49887
commit
ca7ac74134
1 changed files with 2 additions and 2 deletions
|
|
@ -687,8 +687,8 @@ void Spell::prepareDataForTriggerSystem()
|
|||
{
|
||||
switch (m_spellInfo->SpellFamilyName)
|
||||
{
|
||||
case SPELLFAMILY_MAGE: // Arcane Missles triggers need do it
|
||||
if (m_spellInfo->SpellFamilyFlags & 0x0000000000200000LL) m_canTrigger = true;
|
||||
case SPELLFAMILY_MAGE: // Arcane Missles / Blizzard triggers need do it
|
||||
if (m_spellInfo->SpellFamilyFlags & 0x0000000000200080LL) m_canTrigger = true;
|
||||
break;
|
||||
case SPELLFAMILY_WARLOCK: // For Hellfire Effect / Rain of Fire / Seed of Corruption triggers need do it
|
||||
if (m_spellInfo->SpellFamilyFlags & 0x0000800000000060LL) m_canTrigger = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue