diff options
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'); |
