From dc87cc69a1a61bfed5a5eca70e418a015d09e25d Mon Sep 17 00:00:00 2001 From: Rushor Date: Wed, 11 Feb 2015 18:12:54 +0100 Subject: Scripts/HallsOfLightning: Boss Volkhan - Add OOC Forgecast closes #14066 --- sql/updates/world/2014_02_11_06_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/2014_02_11_06_world.sql (limited to 'sql') diff --git a/sql/updates/world/2014_02_11_06_world.sql b/sql/updates/world/2014_02_11_06_world.sql new file mode 100644 index 00000000000..6a4c12347a3 --- /dev/null +++ b/sql/updates/world/2014_02_11_06_world.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceGroup`=1 AND `SourceEntry`=52654; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(13, 1, 52654, 0, 0, 31, 0, 3, 28823, 0, 0, 0, 0, '', 'Temper only target Volkhan\'s Anvil'); -- cgit v1.2.3