diff options
author | offl <offl@users.noreply.github.com> | 2017-11-16 16:37:07 +0100 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2017-11-16 16:37:07 +0100 |
commit | 13e3b78de38a95e79f505d7cef039ea50f1b821a (patch) | |
tree | 625c4a1990124e677388011da81522e55278b71c | |
parent | da0c1a8bd827c370c51fc1a59c1e96c105c246a8 (diff) |
DB/Quest: Latent Power
Closes #17600
-rw-r--r-- | sql/updates/world/3.3.5/2017_11_16_06_world.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_11_16_06_world.sql b/sql/updates/world/3.3.5/2017_11_16_06_world.sql new file mode 100644 index 00000000000..9a6807a6f3d --- /dev/null +++ b/sql/updates/world/3.3.5/2017_11_16_06_world.sql @@ -0,0 +1,6 @@ +-- +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=17 AND `SourceEntry`=47542; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(17, 0, 47542, 0, 0, 29, 0, 26855, 10, 0, 0, 0, 0, "", "Spell 'Draw Power' can be used within 10 yards of 'East Stone' OR"), +(17, 0, 47542, 0, 1, 29, 0, 26856, 10, 0, 0, 0, 0, "", "Spell 'Draw Power' can be used within 10 yards of 'North Stone' OR"), +(17, 0, 47542, 0, 2, 29, 0, 26857, 10, 0, 0, 0, 0, "", "Spell 'Draw Power' can be used within 10 yards of 'South Stone'"); |