From 13e4f2d27dd55b6032229c0c06acdf088fb42a48 Mon Sep 17 00:00:00 2001 From: Gultask <100873791+Gultask@users.noreply.github.com> Date: Wed, 4 Mar 2026 02:05:44 -0300 Subject: [PATCH] fix(DB/Loot): Add World Loot to Stoic Mammoth (30260) (#24993) --- .../sql/updates/pending_db_world/rev_1772578767409552200.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1772578767409552200.sql diff --git a/data/sql/updates/pending_db_world/rev_1772578767409552200.sql b/data/sql/updates/pending_db_world/rev_1772578767409552200.sql new file mode 100644 index 000000000..5868bf866 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1772578767409552200.sql @@ -0,0 +1,5 @@ +-- +DELETE FROM `creature_loot_template` WHERE (`Entry` = 30260) AND (`Item` IN (45912, 1, 2)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(30260, 1, 1200077, 0, 0, 1, 5, 1, 1, 'Stoic Mammoth - World Loot Level 77'), +(30260, 2, 1200078, 0, 0, 1, 5, 1, 1, 'Stoic Mammoth - World Loot Level 78');