diff options
author | offl <offl@users.noreply.github.com> | 2017-11-16 18:56:06 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-02-06 21:41:51 +0100 |
commit | 26c37127b378332731799dba68d1f54cbb9bbf52 (patch) | |
tree | 22caf7fcef5518dc7351a168ed18806c55fe85e0 | |
parent | f40b32a6408d93dfc3b34413db8fd53507b4a2e5 (diff) |
DB/Quest: Mission Eternal Flame
Closes #16505
(cherry picked from commit 285ace80a13be8b36ecf5c53875042ea99013726)
-rw-r--r-- | sql/updates/world/master/2021_02_06_03_world_2017_11_16_08_world.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_02_06_03_world_2017_11_16_08_world.sql b/sql/updates/world/master/2021_02_06_03_world_2017_11_16_08_world.sql new file mode 100644 index 00000000000..7c987d7f9bc --- /dev/null +++ b/sql/updates/world/master/2021_02_06_03_world_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'"); |