diff options
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 |
