From 5c0c2ea8734fc8c2852aefafaf76aab1f15142b4 Mon Sep 17 00:00:00 2001 From: maanuel Date: Sun, 26 Jun 2011 16:03:50 -0300 Subject: Core/Spells: Fixed spell 62218 (Launch) used by npc 34793 (Catapult) in Isle of Conquest. --- sql/updates/world/2011_06_26_03_world_spell_script_names.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/2011_06_26_03_world_spell_script_names.sql (limited to 'sql/updates') diff --git a/sql/updates/world/2011_06_26_03_world_spell_script_names.sql b/sql/updates/world/2011_06_26_03_world_spell_script_names.sql new file mode 100644 index 00000000000..c392a9f5ada --- /dev/null +++ b/sql/updates/world/2011_06_26_03_world_spell_script_names.sql @@ -0,0 +1,2 @@ +DELETE FROM `spell_script_names` WHERE `spell_id`=66218; +INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES (66218,'spell_gen_launch'); \ No newline at end of file -- cgit v1.2.3