diff options
| author | azazel <none@none> | 2010-09-17 14:24:25 +0600 |
|---|---|---|
| committer | azazel <none@none> | 2010-09-17 14:24:25 +0600 |
| commit | dd1521aa557fa3db62b865b3ed607a70da18d9cd (patch) | |
| tree | 29d41b4aac4480f1ce96ba01481a43e45131a322 /sql/updates | |
| parent | d8a854d6e04cecee59fab0ad40c22733d7f67020 (diff) | |
Scripts/Spell: implement script effect of spell 24751 Trick or Treat (specially for Malcrom)
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/9963_world_spell_script_names.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/9963_world_spell_script_names.sql b/sql/updates/9963_world_spell_script_names.sql new file mode 100644 index 00000000000..42aedad8c58 --- /dev/null +++ b/sql/updates/9963_world_spell_script_names.sql @@ -0,0 +1,2 @@ +DELETE FROM `spell_script_names` WHERE `spell_id`=24751 AND `ScriptName`='spell_gen_trick_or_treat'; +INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES (24751,'spell_gen_trick_or_treat');
\ No newline at end of file |
