diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2015-05-22 17:57:29 +0200 |
---|---|---|
committer | ShinDarth <borzifrancesco@gmail.com> | 2015-07-01 20:59:40 +0200 |
commit | 4db448a4d1e32980253f523bce165d1ed39ecd31 (patch) | |
tree | d2bf0a9a51b8fb7958e9f27371ecf5b4e93ed647 | |
parent | 05113edafbdd2e3af7ef5f0a5e2e50a6f30deac3 (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'); |