From 6552c214792a3a75d7b243a861e224e1db9cdf20 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 11 Jun 2026 16:29:19 +0000 Subject: [PATCH] chore(DB): import pending files Referenced commit(s): 8f54bce4673923cf9545bef58ae79cd972635e9b --- .../waterlogged-recipe-item.sql => db_world/2026_06_11_00.sql} | 1 + 1 file changed, 1 insertion(+) rename data/sql/updates/{pending_db_world/waterlogged-recipe-item.sql => db_world/2026_06_11_00.sql} (92%) diff --git a/data/sql/updates/pending_db_world/waterlogged-recipe-item.sql b/data/sql/updates/db_world/2026_06_11_00.sql similarity index 92% rename from data/sql/updates/pending_db_world/waterlogged-recipe-item.sql rename to data/sql/updates/db_world/2026_06_11_00.sql index 48c931fa53..d85f272386 100644 --- a/data/sql/updates/pending_db_world/waterlogged-recipe-item.sql +++ b/data/sql/updates/db_world/2026_06_11_00.sql @@ -1,2 +1,3 @@ +-- DB update 2026_06_10_03 -> 2026_06_11_00 UPDATE `reference_loot_template` SET `Item` = 49667 WHERE `Item` = 48679 AND `entry` = 10016; UPDATE `conditions` SET `SourceEntry` = 49667, `Comment` = 'Only drop "Waterlogged Recipe" (49667) from "Bag of Fishing Treasures" (46007) if the player has at least 300 cooking skill' WHERE (`SourceTypeOrReferenceId` = 10) AND (`SourceGroup` = 10016) AND (`SourceEntry` = 48679) AND (`SourceId` = 0) AND (`ElseGroup` = 0) AND (`ConditionTypeOrReference` = 7) AND (`ConditionTarget` = 0) AND (`ConditionValue1` = 185) AND (`ConditionValue2` = 300) AND (`ConditionValue3` = 0);