Skip to content

Commit

Permalink
Midsummer/SP: Rework Ahune and add some missing parts
Browse files Browse the repository at this point in the history
  • Loading branch information
killerwife committed Jun 1, 2022
1 parent f922c43 commit 36de681
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sql/base/dbc/cmangos_fixes/Spell.sql
Expand Up @@ -2683,6 +2683,9 @@ UPDATE spell_template SET DmgMultiplier1=0 WHERE Id IN(41039);
-- Ahune - Cold Slap - all 3 effects should hit player
UPDATE spell_template SET EffectImplicitTargetA2=25,EffectImplicitTargetA3=25 WHERE Id IN(46145);

-- Ahune - Cold Slap - all 3 effects should hit player
UPDATE spell_template SET EffectImplicitTargetA2=25,EffectImplicitTargetA3=25 WHERE Id IN(46145);

-- ============================================================
-- WOTLK section
-- ============================================================
Expand Down

2 comments on commit 36de681

@NeatElves
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

double
370f6ff

@AnonXS
Copy link
Member

@AnonXS AnonXS commented on 36de681 Jun 2, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

xDDDDDD

Please sign in to comment.