diff options
| author | QAston <qaston@gmail.com> | 2011-08-20 00:29:57 +0200 |
|---|---|---|
| committer | QAston <qaston@gmail.com> | 2011-08-20 00:30:38 +0200 |
| commit | e2d8faea093ab9aeeca1bbd8bba98fb06527a35b (patch) | |
| tree | e9b760a5496b934d852b8fb52eea6c60710dafbd /sql | |
| parent | cd03dadb7fd46f186bb39c6848d553902a48f495 (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.sql | 4 |
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'); |
