aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorKandera <KanderaDev@gmail.com>2012-04-03 10:19:17 -0400
committerKandera <KanderaDev@gmail.com>2012-04-03 10:19:17 -0400
commitcce8b56a2671b8c5655f45f58d5d877a6fdd60e9 (patch)
tree86483666919def7abf1555c9f0a22230a7eadbcd /sql
parentd9451cedd8e3cc9a09b12a96075b91ba8a6ad496 (diff)
Core/Spells: fix wintergrasp water being applied to players. small codestyle fix
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2012_04_03_00_world_spell_script_names.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2012_04_03_00_world_spell_script_names.sql b/sql/updates/world/2012_04_03_00_world_spell_script_names.sql
new file mode 100644
index 00000000000..e296ed55d53
--- /dev/null
+++ b/sql/updates/world/2012_04_03_00_world_spell_script_names.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_script_names` WHERE `spell_id` = 36444;
+INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
+(36444, 'spell_gen_wg_water'); \ No newline at end of file