From 2a3b01f7962cd2ca4a8642ac5a9f12b6b7122b61 Mon Sep 17 00:00:00 2001 From: Wyreth Date: Wed, 8 Nov 2017 18:12:24 +0100 Subject: DB/Conditions: Fix availability of item Fei Fei Doggy Treat Closes #20801 (cherry picked from commit 0bbd4e09a5fc800c0c17fd06104cfe3649cb69da) --- sql/updates/world/master/2021_01_25_11_world_2017_11_08_04_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/master/2021_01_25_11_world_2017_11_08_04_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2021_01_25_11_world_2017_11_08_04_world.sql b/sql/updates/world/master/2021_01_25_11_world_2017_11_08_04_world.sql new file mode 100644 index 00000000000..a22522c9bb3 --- /dev/null +++ b/sql/updates/world/master/2021_01_25_11_world_2017_11_08_04_world.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=23 AND `SourceGroup`=18266 AND `SourceEntry`=31799; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(23, 18266, 31799, 0, 0, 9, 0, 10916, 0, 0, 0, 0, 0, "", "Show item 'Fei Fei Doggy Treat' from vendor 'Warrant Officer Tracy Proudwell' if player has quest 'Digging for Prayer Beads' taken"); -- cgit v1.2.3