aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorMalcrom <malcromdev@gmail.com>2013-11-24 13:09:48 -0330
committerMalcrom <malcromdev@gmail.com>2013-11-24 13:09:48 -0330
commitf3ade339d8d54f0d0b904dd68703c641ddcf5e80 (patch)
tree913c911a07be5a3b3369d8119de4d12f233daef1 /sql
parentdcfbe1d9873c0fa5e50487552c8c9979df75d283 (diff)
Scripting/Storm Peaks: Add spell script for spell_jokkum_scriptcast.
Quest 13010 Krolmir, Hammer of Storms is not yet fully scripted but is now completeable.
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2013_11_24_0_world_spell_script_names.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2013_11_24_0_world_spell_script_names.sql b/sql/updates/world/2013_11_24_0_world_spell_script_names.sql
new file mode 100644
index 00000000000..bd72015535e
--- /dev/null
+++ b/sql/updates/world/2013_11_24_0_world_spell_script_names.sql
@@ -0,0 +1,2 @@
+DELETE FROM `spell_script_names` WHERE `spell_id`=61319;
+INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES (61319, 'spell_jokkum_scriptcast');