aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent-Michael <Vincent_Michael@gmx.de>2013-07-20 13:45:02 +0200
committerVincent-Michael <Vincent_Michael@gmx.de>2013-07-20 13:45:02 +0200
commit6372eb1fcc8b592569c97469ffb6700985c8dec5 (patch)
tree8f79c0df7fbbecbf0cc0e3180149520044cf8eb9
parent800f97741560bb2237320cab7d87315f13d11e21 (diff)
DB/Spells: Fix warrior "Heroic Leap" damage
Closes #10059
-rw-r--r--sql/updates/world/2013_07_20_01_world_spell_bonus_data_434.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2013_07_20_01_world_spell_bonus_data_434.sql b/sql/updates/world/2013_07_20_01_world_spell_bonus_data_434.sql
new file mode 100644
index 00000000000..58a5fc47bf2
--- /dev/null
+++ b/sql/updates/world/2013_07_20_01_world_spell_bonus_data_434.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_bonus_data` WHERE `entry`=52174;
+INSERT INTO `spell_bonus_data` (`entry`, `direct_bonus`, `dot_bonus`, `ap_bonus`, `ap_dot_bonus`, `comments`) VALUES
+(52174, 0, 0, 0.5, 0, 'Warrior - Heroic Leap');