mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 19:37:03 +00:00
* Implement immunity totems from periodic damage spell effects. Patch provided `win & DiSlord.
This commit is contained in:
parent
774e004954
commit
ae01d16a73
3 changed files with 21 additions and 3 deletions
|
|
@ -6430,21 +6430,21 @@ bool Unit::HandleOverrideClassScriptAuraProc(Unit *pVictim, int32 scriptId, uint
|
|||
{
|
||||
case 836: // Improved Blizzard (Rank 1)
|
||||
{
|
||||
if( !procSpell || procSpell->SpellVisual!=9487 )
|
||||
if (!procSpell || procSpell->SpellVisual!=9487)
|
||||
return false;
|
||||
triggered_spell_id = 12484;
|
||||
break;
|
||||
}
|
||||
case 988: // Improved Blizzard (Rank 2)
|
||||
{
|
||||
if( !procSpell || procSpell->SpellVisual!=9487 )
|
||||
if (!procSpell || procSpell->SpellVisual!=9487)
|
||||
return false;
|
||||
triggered_spell_id = 12485;
|
||||
break;
|
||||
}
|
||||
case 989: // Improved Blizzard (Rank 3)
|
||||
{
|
||||
if( !procSpell || procSpell->SpellVisual!=9487 )
|
||||
if (!procSpell || procSpell->SpellVisual!=9487)
|
||||
return false;
|
||||
triggered_spell_id = 12486;
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue