diff options
| author | offl <offl@users.noreply.github.com> | 2017-11-16 18:56:06 +0100 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2017-11-16 18:56:06 +0100 |
| commit | 285ace80a13be8b36ecf5c53875042ea99013726 (patch) | |
| tree | a21052d0d8e9b9184c576a94c3a37bee4cf962e0 | |
| parent | 7fd8603ec5e609680aed9c8dd03cde4297b70af0 (diff) | |
DB/Quest: Mission Eternal Flame
Closes #16505
| -rw-r--r-- | sql/updates/world/3.3.5/2017_11_16_08_world.sql | 7 |
1 files changed, 7 insertions, 0 deletions
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'"); |
