From 7b6088f114d0c389be25ae7bf33d567553342d18 Mon Sep 17 00:00:00 2001 From: sudlud Date: Fri, 28 Nov 2025 11:01:57 +0100 Subject: [PATCH] =?UTF-8?q?fix(DB/gameobject=5Floot=5Ftemplate):=20update?= =?UTF-8?q?=20loot=20of=20Deep=20Sea=20Monsterbell=E2=80=A6=20(#23864)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../updates/pending_db_world/rev_1763833723456016100.sql | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1763833723456016100.sql diff --git a/data/sql/updates/pending_db_world/rev_1763833723456016100.sql b/data/sql/updates/pending_db_world/rev_1763833723456016100.sql new file mode 100644 index 000000000..ca391fe33 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1763833723456016100.sql @@ -0,0 +1,8 @@ +-- update loot of Deep Sea Monsterbelly School (192053) +-- Crystallized Water, Deep Sea Monsterbelly, Reinforced Crate +UPDATE `gameobject_loot_template` SET `GroupId` = 1 WHERE (`Entry` = 25671) AND (`Item` IN (37705, 41800, 44475)); +-- Crystallized Water, Reinforced Crate +UPDATE `gameobject_loot_template` SET `Chance` = 0 WHERE (`Entry` = 25671) AND (`Item` IN (37705, 44475)); + +-- Pygmy Suckerfish, Sea Turtle, Blacktip Shark +UPDATE `gameobject_loot_template` SET `GroupId` = 2 WHERE (`Entry` = 25671) AND (`Item` IN (40199, 46109, 50289));