aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoroffl <offl@users.noreply.github.com>2017-11-16 16:37:07 +0100
committerShauren <shauren.trinity@gmail.com>2021-02-06 21:41:51 +0100
commit5fcaac1a0c2502094ba0022429cfd72541918579 (patch)
treeaaf6c6c400ad178e448bdc93f8d8ea457208e034
parent2c40fa9e8cf359ac9bdd89c8a74e50d425d59796 (diff)
DB/Quest: Latent Power
Closes #17600 (cherry picked from commit 13e3b78de38a95e79f505d7cef039ea50f1b821a)
-rw-r--r--sql/updates/world/master/2021_02_06_01_world_2017_11_16_06_world.sql6
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_02_06_01_world_2017_11_16_06_world.sql b/sql/updates/world/master/2021_02_06_01_world_2017_11_16_06_world.sql
new file mode 100644
index 00000000000..9a6807a6f3d
--- /dev/null
+++ b/sql/updates/world/master/2021_02_06_01_world_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'");