diff options
author | Rushor <PBienati@web.de> | 2015-02-11 18:12:54 +0100 |
---|---|---|
committer | MitchesD <majklprofik@seznam.cz> | 2015-02-18 20:18:39 +0100 |
commit | 809c125881f96487149b78407da0580a1f48f994 (patch) | |
tree | 4c4fa586d67dfb6c89eda00bb95d670ad1b323e9 /sql/updates | |
parent | 93236fdda4d2901796af4dadd833e15bc5212f73 (diff) |
Scripts/HallsOfLightning: Boss Volkhan - Add OOC Forgecast
closes #14066
(cherry picked from commit dc87cc69a1a61bfed5a5eca70e418a015d09e25d)
Diffstat (limited to 'sql/updates')
-rw-r--r-- | sql/updates/world/2015_02_18_00_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2015_02_18_00_world.sql b/sql/updates/world/2015_02_18_00_world.sql new file mode 100644 index 00000000000..6a4c12347a3 --- /dev/null +++ b/sql/updates/world/2015_02_18_00_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'); |