From eef0c61bbf287574ceba1e404ce897fc30ccc36e Mon Sep 17 00:00:00 2001 From: Souler Date: Wed, 1 Feb 2012 16:02:58 +0100 Subject: Script/Spells: Solve problems with argent tournament spells - Including cleanup in spell_generic --- sql/updates/world/2012_02_01_00_world_misc.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/2012_02_01_00_world_misc.sql (limited to 'sql/updates/world') diff --git a/sql/updates/world/2012_02_01_00_world_misc.sql b/sql/updates/world/2012_02_01_00_world_misc.sql new file mode 100644 index 00000000000..e137f7a8238 --- /dev/null +++ b/sql/updates/world/2012_02_01_00_world_misc.sql @@ -0,0 +1,5 @@ +DELETE FROM `achievement_criteria_data` WHERE `criteria_id`=9798 AND `type`=6; + +DELETE FROM `spell_script_names` WHERE `spell_id`=63399; +INSERT INTO `spell_script_names`(`spell_id`,`ScriptName`) VALUES +(63399, 'spell_gen_tournament_pennant'); -- cgit v1.2.3