From 46f4b9ed1341e687d04e7fd16e35481a74e44b89 Mon Sep 17 00:00:00 2001 From: KaizerAce <72983632+KaizerAce@users.noreply.github.com> Date: Tue, 24 Nov 2020 10:18:31 -0600 Subject: [PATCH] fix(DB/conditions): Fix quest Kibler's Exotic Pets (#3710) --- .../sql/updates/pending_db_world/rev_1605488437069394200.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1605488437069394200.sql diff --git a/data/sql/updates/pending_db_world/rev_1605488437069394200.sql b/data/sql/updates/pending_db_world/rev_1605488437069394200.sql new file mode 100644 index 000000000..882412c41 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1605488437069394200.sql @@ -0,0 +1,5 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1605488437069394200'); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 17 AND `SourceEntry` = 15998; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(17, 0, 15998, 0, 0, 29, 0, 10221, 3, 0, 0, 0, 0, '', 'Empty Worg Pup Cage requires Bloodaxe Worg Pup (3y)');