aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorVincent-Michael <Vincent_Michael@gmx.de>2013-06-24 19:55:07 +0200
committerVincent-Michael <Vincent_Michael@gmx.de>2013-06-24 19:55:28 +0200
commitab8c3c2c9ecab69b36542460865e602d9990ccf8 (patch)
treed99f8e14b6e809fd3d0ccb47f332ea253af14177 /sql/updates
parente6363ce2c5c7575d0775e9e22a395a91a961580f (diff)
Core/Spells: Fix warrior ability "Rallying Cry"
thx to @timh52280 for base script Closes #10088
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/2013_06_24_00_world_spell_script_names_434.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2013_06_24_00_world_spell_script_names_434.sql b/sql/updates/world/2013_06_24_00_world_spell_script_names_434.sql
new file mode 100644
index 00000000000..4e671d426c6
--- /dev/null
+++ b/sql/updates/world/2013_06_24_00_world_spell_script_names_434.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_script_names` WHERE `spell_id`=97462;
+INSERT INTO `spell_script_names`(`spell_id`, `ScriptName`) VALUES
+(97462, 'spell_warr_rallying_cry'); \ No newline at end of file