From f311d8aad4a7986c9d05dec7d56382b1edaa3061 Mon Sep 17 00:00:00 2001 From: Gultask <100873791+Gultask@users.noreply.github.com> Date: Sun, 4 Jan 2026 22:39:03 -0300 Subject: [PATCH] fix(DB/Loot): Adjust Citadel Watcher Loot Table (#24325) --- .../pending_db_world/rev_1767566062521755200.sql | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1767566062521755200.sql diff --git a/data/sql/updates/pending_db_world/rev_1767566062521755200.sql b/data/sql/updates/pending_db_world/rev_1767566062521755200.sql new file mode 100644 index 000000000..e57e8b376 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1767566062521755200.sql @@ -0,0 +1,11 @@ +-- +DELETE FROM `creature_loot_template` WHERE (`Entry` = 31787); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(31787, 26002, 26002, 3, 0, 1, 1, 1, 1, 'Citadel Watcher - (ReferenceTable)'), +(31787, 26040, 26040, 25, 0, 1, 0, 1, 1, 'Citadel Watcher - (ReferenceTable)'), +(31787, 35947, 0, 6, 0, 1, 2, 1, 1, 'Citadel Watcher - Sparkling Frostcap'), +(31787, 43624, 0, 0.1, 0, 1, 0, 1, 1, 'Citadel Watcher - Titanium Lockbox'), +(31787, 43851, 0, 20, 0, 1, 3, 1, 1, 'Citadel Watcher - Fur Clothing Scraps'), +(31787, 43852, 0, 15, 0, 1, 3, 1, 1, 'Citadel Watcher - Thick Fur Clothing Scraps'), +(31787, 45912, 0, 0.1, 0, 1, 0, 1, 1, 'Citadel Watcher - Book of Glyph Mastery'), +(31787, 33445, 0, 3, 0, 1, 2, 1, 1, 'Citadel Watcher - Honeymint Tea');