mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 04:37:00 +00:00
[8996] Implement 2 items effect from itemsets 803/-33
Original patch provided by Splinter.
This commit is contained in:
parent
7ce03aaf51
commit
457807eb80
6 changed files with 15 additions and 3 deletions
|
|
@ -686,6 +686,9 @@ void Spell::prepareDataForTriggerSystem()
|
|||
// Clearcasting trigger need do it
|
||||
else if (m_spellInfo->SpellFamilyFlags & UI64LIT(0x0000000200000000) && m_spellInfo->SpellFamilyFlags2 & 0x8)
|
||||
m_canTrigger = true;
|
||||
// Replenish Mana, item spell with triggered cases (Mana Agate, etc mana gems)
|
||||
else if (m_spellInfo->SpellFamilyFlags & UI64LIT(0x0000010000000000))
|
||||
m_canTrigger = true;
|
||||
break;
|
||||
case SPELLFAMILY_WARLOCK: // For Hellfire Effect / Rain of Fire / Seed of Corruption triggers need do it
|
||||
if (m_spellInfo->SpellFamilyFlags & UI64LIT(0x0000800000000060))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue