diff options
| author | Killyana <morphone1@gmail.com> | 2016-07-04 02:51:12 +0200 |
|---|---|---|
| committer | joschiwald <joschiwald.trinity@gmail.com> | 2017-02-04 23:12:07 +0100 |
| commit | 8167e9e9a82f186347ad1c1d8686e0aa98f24362 (patch) | |
| tree | 5a5251cd6c9bd06f62b1ddbf6d7618057008c25b /sql | |
| parent | 02db52b39385bf308e52981d97f288ae6f0cd8e1 (diff) | |
DB/Quest: Add vendor conditions for quest items related to "The Party Never Ends" and "Dry Times"
By SnapperRy
Closes #17490
(cherry picked from commit 0566bba3356470d0564e39ee971b1a53c50351a4)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2017_02_04_21_world_2016_07_04_09_world.sql | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_02_04_21_world_2016_07_04_09_world.sql b/sql/updates/world/master/2017_02_04_21_world_2016_07_04_09_world.sql new file mode 100644 index 00000000000..29cb4809078 --- /dev/null +++ b/sql/updates/world/master/2017_02_04_21_world_2016_07_04_09_world.sql @@ -0,0 +1,12 @@ +-- +DELETE FROM `conditions` WHERE `SourceEntry` IN (22777, 22776, 22775) AND `SourceTypeOrReferenceId`=23; +INSERT INTO `conditions` VALUES +(23, 16444, 22777, 0, 0, 9, 0, 9067, 0, 0, 0, 0, 0, "", "Bundle of Fireworks can be bought only if on quest 'The Party Never Ends'"), +(23, 16443, 22776, 0, 0, 9, 0, 9067, 0, 0, 0, 0, 0, "", "Springpaw Appetizers can be bought only if on quest 'The Party Never Ends'"), +(23, 16442, 22775, 0, 0, 9, 0, 9067, 0, 0, 0, 0, 0, "", "Suntouched Special Reserve can be bought only if on quest 'The Party Never Ends'"); + +DELETE FROM `conditions` WHERE `SourceEntry` IN (1939, 1941, 1942) AND `SourceTypeOrReferenceId`=23; +INSERT INTO `conditions` VALUES +(23, 465, 1939, 0, 0, 9, 0, 116, 0, 0, 0, 0, 0, "", "Skin of Sweet Rum can be bought only if on quest 'Dry Times'"), +(23, 277, 1941, 0, 0, 9, 0, 116, 0, 0, 0, 0, 0, "", "Cask of Merlot can be bought only if on quest 'Dry Times'"), +(23, 274, 1942, 0, 0, 9, 0, 116, 0, 0, 0, 0, 0, "", "Bottle of Moonshine can be bought only if on quest 'Dry Times'"); |
