From 285ace80a13be8b36ecf5c53875042ea99013726 Mon Sep 17 00:00:00 2001 From: offl Date: Thu, 16 Nov 2017 18:56:06 +0100 Subject: DB/Quest: Mission Eternal Flame Closes #16505 --- sql/updates/world/3.3.5/2017_11_16_08_world.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sql/updates/world/3.3.5/2017_11_16_08_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2017_11_16_08_world.sql b/sql/updates/world/3.3.5/2017_11_16_08_world.sql new file mode 100644 index 00000000000..7c987d7f9bc --- /dev/null +++ b/sql/updates/world/3.3.5/2017_11_16_08_world.sql @@ -0,0 +1,7 @@ +-- +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=17 AND `SourceEntry`=42564; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(17, 0, 42564, 0, 0, 29, 0, 23921, 20, 0, 0, 0, 0, "", "Spell 'Ever-burning Torch' can be used within 20 yards of 'Halgrind Torch Bunny 01' OR"), +(17, 0, 42564, 0, 1, 29, 0, 23922, 20, 0, 0, 0, 0, "", "Spell 'Ever-burning Torch' can be used within 20 yards of 'Halgrind Torch Bunny 02' OR"), +(17, 0, 42564, 0, 2, 29, 0, 23923, 20, 0, 0, 0, 0, "", "Spell 'Ever-burning Torch' can be used within 20 yards of 'Halgrind Torch Bunny 03' OR"), +(17, 0, 42564, 0, 3, 29, 0, 23924, 20, 0, 0, 0, 0, "", "Spell 'Ever-burning Torch' can be used within 20 yards of 'Halgrind Torch Bunny 04'"); -- cgit v1.2.3