mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 04:37:00 +00:00
[9366] Fix spell 67228
Signed-off-by: Lightguard <Lightguard@tauri.hu>
This commit is contained in:
parent
f272aa8d1a
commit
4c18b32279
7 changed files with 23 additions and 4 deletions
|
|
@ -6617,6 +6617,13 @@ bool Unit::HandleDummyAuraProc(Unit *pVictim, uint32 damage, Aura* triggeredByAu
|
|||
triggered_spell_id = 64930; // Electrified
|
||||
break;
|
||||
}
|
||||
// Shaman T9 Elemental 4P Bonus
|
||||
case 67228:
|
||||
{
|
||||
basepoints0 = int32( triggerAmount * damage / 100 );
|
||||
triggered_spell_id = 71824;
|
||||
break;
|
||||
}
|
||||
}
|
||||
// Storm, Earth and Fire
|
||||
if (dummySpell->SpellIconID == 3063)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue