diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2015-05-22 17:57:29 +0200 |
---|---|---|
committer | Aokromes <Aokromes@users.noreply.github.com> | 2015-05-22 17:57:29 +0200 |
commit | 77151b51069503bb7f5fe90b1572629a68b38058 (patch) | |
tree | 6d5224738deb1072fac8fb89f8580d0c989eeb90 | |
parent | f18cfd9f276e5583bc3c5c4a13d2b55e7380b479 (diff) |
DB/Quest: The test of Righteousness/Whitestone oak lumber
By Killyana, closes #12377
-rw-r--r-- | sql/updates/world/2015_05_22_14_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2015_05_22_14_world.sql b/sql/updates/world/2015_05_22_14_world.sql new file mode 100644 index 00000000000..43bbacd2d1a --- /dev/null +++ b/sql/updates/world/2015_05_22_14_world.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=1 AND `SourceEntry`=6994; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`SourceId`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionTarget`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`NegativeCondition`,`ErrorTextId`,`Scriptname`,`Comment`) VALUES +(1,641,6994,0,0,2,0,51315,1,1,1,0 ,'' , 'whitestone oak lumber drop only if the player doesn''t have it already'); |