From 837c12e586c85cf009cf40b850e50644efbe32bb Mon Sep 17 00:00:00 2001 From: sogladev Date: Sat, 4 Apr 2026 08:43:41 +0200 Subject: [PATCH] fix(DB/Loot): Add 2 bonus Emblem of Triumph to Cache of the Ley-Guardian (#25358) --- data/sql/updates/pending_db_world/rev_1775168371309767438.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1775168371309767438.sql diff --git a/data/sql/updates/pending_db_world/rev_1775168371309767438.sql b/data/sql/updates/pending_db_world/rev_1775168371309767438.sql new file mode 100644 index 000000000..800e49e49 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1775168371309767438.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `item_loot_template` WHERE (`Entry` = 52676) AND (`Item` IN (47241)); +INSERT INTO `item_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(52676, 47241, 0, 100, 0, 1, 0, 2, 2, '');