aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorVincent-Michael <Vincent_Michael@gmx.de>2012-08-27 19:57:26 +0200
committerVincent-Michael <Vincent_Michael@gmx.de>2012-08-27 19:57:26 +0200
commit7e2d007e0d842326b139fb7ef345d0036d244978 (patch)
tree332b5160d24467c454aa61848344aac1a17495af /sql
parentfe970b1c1ebe519b8312fb17e61dd17fcea99d15 (diff)
Core/Spells: Fix 'Foam Sword Rack' mechanic
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2012_08_27_10_world_spell_script_names.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2012_08_27_10_world_spell_script_names.sql b/sql/updates/world/2012_08_27_10_world_spell_script_names.sql
new file mode 100644
index 00000000000..9ffb153f498
--- /dev/null
+++ b/sql/updates/world/2012_08_27_10_world_spell_script_names.sql
@@ -0,0 +1,4 @@
+DELETE FROM `spell_script_names` WHERE `spell_id`IN (64142,62991);
+INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
+(64142,'spell_gen_upper_deck_create_foam_sword'),
+(62991,'spell_gen_bonked');