From ededca331173474364069d705d5183c089953011 Mon Sep 17 00:00:00 2001 From: Lopin Date: Wed, 24 Aug 2011 15:57:14 +0200 Subject: Core/Spells: Fixed quest Stopping the Spread --- sql/updates/world/2011_08_24_01_world_conditions.sql | 4 ++++ sql/updates/world/2011_08_24_01_world_spell_script_names.sql | 4 ++++ 2 files changed, 8 insertions(+) create mode 100644 sql/updates/world/2011_08_24_01_world_conditions.sql create mode 100644 sql/updates/world/2011_08_24_01_world_spell_script_names.sql (limited to 'sql') diff --git a/sql/updates/world/2011_08_24_01_world_conditions.sql b/sql/updates/world/2011_08_24_01_world_conditions.sql new file mode 100644 index 00000000000..7c2eb323733 --- /dev/null +++ b/sql/updates/world/2011_08_24_01_world_conditions.sql @@ -0,0 +1,4 @@ +DELETE FROM `conditions` WHERE `SourceEntry`=32146; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`ErrorTextId`,`ScriptName`,`Comment`) +VALUES +(13,0,32146,0,18,1,18240,0,0,'','Spell Liquid Fire can only be cast at Sunspring Villager'); diff --git a/sql/updates/world/2011_08_24_01_world_spell_script_names.sql b/sql/updates/world/2011_08_24_01_world_spell_script_names.sql new file mode 100644 index 00000000000..5370158f1a5 --- /dev/null +++ b/sql/updates/world/2011_08_24_01_world_spell_script_names.sql @@ -0,0 +1,4 @@ +DELETE FROM `spell_script_names` WHERE `spell_id`=32146; +INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) +VALUES +(32146,'spell_q9874_liquid_fire'); -- cgit v1.2.3