mirror of
https://github.com/mangosfour/server.git
synced 2025-12-28 13:37:13 +00:00
[11567] Implement spells 66725, 68161, 66808, 68160.
Thanks to Schmoozerd for help implement its in proper way. Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
4f214f55d7
commit
b45c37ab9e
5 changed files with 21 additions and 3 deletions
|
|
@ -959,6 +959,16 @@ SpellAuraProcResult Unit::HandleDummyAuraProc(Unit *pVictim, uint32 damage, Aura
|
|||
case 63320:
|
||||
triggered_spell_id = 63321;
|
||||
break;
|
||||
// Meteor Fists
|
||||
case 66725:
|
||||
case 68161:
|
||||
triggered_spell_id = 66765;
|
||||
break;
|
||||
// Meteor Fists
|
||||
case 66808:
|
||||
case 68160:
|
||||
triggered_spell_id = 66809;
|
||||
break;
|
||||
// Shiny Shard of the Scale - Equip Effect
|
||||
case 69739:
|
||||
// Cauterizing Heal or Searing Flame
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue