From 8262514a36ef72cf9aac371d395f602fccad463a Mon Sep 17 00:00:00 2001 From: jakem009 <41561074+jakem009@users.noreply.github.com> Date: Sat, 13 Jun 2026 06:03:05 +1000 Subject: [PATCH] fix(DB/Loot): Add Design: Infused Twilight Opal to Anub'Arak heroic drop table (#26158) --- data/sql/updates/pending_db_world/rev_1780897569814580900.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1780897569814580900.sql diff --git a/data/sql/updates/pending_db_world/rev_1780897569814580900.sql b/data/sql/updates/pending_db_world/rev_1780897569814580900.sql new file mode 100644 index 000000000..5141ed595 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1780897569814580900.sql @@ -0,0 +1,3 @@ +DELETE FROM `creature_loot_template` WHERE `Entry` = 31610 AND `Item` = 41796; +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(31610, 41796, 0, 100, 0, 1, 0, 1, 1, 'Anub\'arak (1) - Design: Infused Twilight Opal');