From cee531501b6e3bea341951ac63c99060c0621dff Mon Sep 17 00:00:00 2001 From: megamage Date: Wed, 26 Nov 2008 15:56:24 -0600 Subject: *Script target for spell 30659. --HG-- branch : trunk --- sql/updates/332_world_spell_script_target.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/332_world_spell_script_target.sql (limited to 'sql/updates') diff --git a/sql/updates/332_world_spell_script_target.sql b/sql/updates/332_world_spell_script_target.sql new file mode 100644 index 00000000000..bb102d9a134 --- /dev/null +++ b/sql/updates/332_world_spell_script_target.sql @@ -0,0 +1,2 @@ +DELETE FROM `spell_script_target` WHERE `entry` in (30659); +INSERT INTO `spell_script_target` VALUES (30659, 1, 17281); \ No newline at end of file -- cgit v1.2.3