aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorVincent-Michael <Vincent_Michael@gmx.de>2013-07-26 02:43:55 +0200
committerVincent-Michael <Vincent_Michael@gmx.de>2013-07-26 02:43:55 +0200
commitc764e3e1c0ca68bda689fe91d5cacaca6703ffbc (patch)
treedbb03c46752d09bcd756a13c6880bb4a4af30b0e /sql/updates
parentb96945bd4bbc671c3a57e92f9e3cd63553c65eb2 (diff)
Core/Spells: Fix warrior "Rend" damage
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/2013_07_26_02_world_spell_misc_434.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2013_07_26_02_world_spell_misc_434.sql b/sql/updates/world/2013_07_26_02_world_spell_misc_434.sql
new file mode 100644
index 00000000000..77f271154f0
--- /dev/null
+++ b/sql/updates/world/2013_07_26_02_world_spell_misc_434.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_warr_rend';
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(94009, 'spell_warr_rend');