diff options
| author | Lopin <davca.hr@seznam.cz> | 2011-08-24 15:57:14 +0200 |
|---|---|---|
| committer | Lopin <davca.hr@seznam.cz> | 2011-08-24 15:57:14 +0200 |
| commit | ededca331173474364069d705d5183c089953011 (patch) | |
| tree | aa92f073ade3e063a7b15becdbb607c2f5d9d9d5 /sql | |
| parent | 0c410bda430b81e9348472194687878fc47ea394 (diff) | |
Core/Spells: Fixed quest Stopping the Spread
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2011_08_24_01_world_conditions.sql | 4 | ||||
| -rw-r--r-- | sql/updates/world/2011_08_24_01_world_spell_script_names.sql | 4 |
2 files changed, 8 insertions, 0 deletions
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'); |
