From 13772e20b6f5fc79128d6013f2a37b6ee1d894b5 Mon Sep 17 00:00:00 2001 From: SnapperRy Date: Tue, 11 Oct 2016 20:42:07 +0200 Subject: DB/Quest: add vendor conditions for quest items related to A Carver and a Croaker and Parts for the Job. (cherry picked from commit 10329104be42ded80c5e358a5f0b6e98a68eb897) --- sql/updates/world/master/2017_09_05_17_world_2016_10_11_03_world.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/master/2017_09_05_17_world_2016_10_11_03_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2017_09_05_17_world_2016_10_11_03_world.sql b/sql/updates/world/master/2017_09_05_17_world_2016_10_11_03_world.sql new file mode 100644 index 00000000000..555b5d3359e --- /dev/null +++ b/sql/updates/world/master/2017_09_05_17_world_2016_10_11_03_world.sql @@ -0,0 +1,5 @@ +-- +DELETE FROM `conditions` WHERE `SourceEntry` IN (35813, 33612) AND `SourceTypeOrReferenceId`=23; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(23, 24539, 35813, 0, 0, 9, 0, 11476, 0, 0, 0, 0, 0, "", "Shiny Knife can be bought only if on quest 'A Carver and a Croaker'"), +(23, 24291, 33612, 0, 0, 9, 0, 11309, 0, 0, 0, 0, 0, "", "Fresh Pound of Flesh can be bought only if on quest 'Parts for the Job'"); -- cgit v1.2.3