diff options
| author | Wyreth <Wyreth@users.noreply.github.com> | 2017-09-24 19:46:12 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2020-09-09 23:37:43 +0200 |
| commit | 2a07a1d32fd0a5a7e6fe716f1ea208143b780567 (patch) | |
| tree | 0316d98f8afeffca07afc6a051dbefdb89c382f3 | |
| parent | 19e77ea1b423098b3dd712bc49bb2a81c2ff6634 (diff) | |
DB/Vendor: Gorzeeki Wildeyes
Closes #20410
(cherry picked from commit 95f648bd355bcabea39a2f0ec159057fc8af4d6d)
| -rw-r--r-- | sql/updates/world/master/2020_09_09_05_world_2017_09_24_00_world.sql | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/updates/world/master/2020_09_09_05_world_2017_09_24_00_world.sql b/sql/updates/world/master/2020_09_09_05_world_2017_09_24_00_world.sql new file mode 100644 index 00000000000..85d701cd743 --- /dev/null +++ b/sql/updates/world/master/2020_09_09_05_world_2017_09_24_00_world.sql @@ -0,0 +1,8 @@ +-- +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=5818; +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=23 AND `SourceGroup`=14437; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(15, 5818, 0, 0, 0, 15, 0, 256, 0, 0, 0, 0, 0, "", "Show gossip option if player is a Warlock"), +(23, 14437, 18629, 0, 0, 47, 0, 7631, 66, 0, 0, 0, 0, "", "Item Black Lodestone can be bought if player has quest 'Dreadsteed of Xoroth' complete or rewarded"), +(23, 14437, 18663, 0, 0, 47, 0, 7631, 66, 0, 0, 0, 0, "", "Item J'eevee's Jar can be bought if player has quest 'Dreadsteed of Xoroth' complete or rewarded"), +(23, 14437, 18670, 0, 0, 47, 0, 7631, 66, 0, 0, 0, 0, "", "Item Xorothian Glyphs can be bought if player has quest 'Dreadsteed of Xoroth' complete or rewarded"); |
