aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorQAston <qaston@gmail.com>2011-08-20 00:29:57 +0200
committerQAston <qaston@gmail.com>2011-08-20 00:30:38 +0200
commite2d8faea093ab9aeeca1bbd8bba98fb06527a35b (patch)
treee9b760a5496b934d852b8fb52eea6c60710dafbd /sql
parentcd03dadb7fd46f186bb39c6848d553902a48f495 (diff)
Core/Spells: move Cannibalize and Carrion Feeder cast checks to SpellScripts.
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2011_08_19_03_world_spell_script_names.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2011_08_19_03_world_spell_script_names.sql b/sql/updates/world/2011_08_19_03_world_spell_script_names.sql
new file mode 100644
index 00000000000..adda3f57015
--- /dev/null
+++ b/sql/updates/world/2011_08_19_03_world_spell_script_names.sql
@@ -0,0 +1,4 @@
+DELETE FROM `spell_script_names` WHERE `spell_id`=20577;
+INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`)
+VALUES
+(20577,'spell_gen_cannibalize');