From 64d7deec6e6b08ead844a36d7ee4755d3a90d538 Mon Sep 17 00:00:00 2001 From: avarishd <46330494+avarishd@users.noreply.github.com> Date: Mon, 5 May 2025 02:13:26 +0300 Subject: [PATCH] fix(DB/Conditions): Gather Lumber not despawning Coldwind Tree GOs (#22050) --- data/sql/updates/pending_db_world/rev_1746351205964053400.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1746351205964053400.sql diff --git a/data/sql/updates/pending_db_world/rev_1746351205964053400.sql b/data/sql/updates/pending_db_world/rev_1746351205964053400.sql new file mode 100644 index 000000000..7b0255b24 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1746351205964053400.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `conditions` WHERE (`SourceTypeOrReferenceId` = 13) AND (`SourceGroup` = 1) AND (`SourceEntry` = 47939); +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(13, 1, 47939, 0, 0, 30, 0, 188539, 5, 0, 0, 0, 0, '', '\'Lumber Hack\' - Limit \'Gather Lumber\' to Coldwind Tree GOs within 5y.');