From cf3943edb803a5e7892bb840b1496a8d0b5af910 Mon Sep 17 00:00:00 2001 From: Gultask <100873791+Gultask@users.noreply.github.com> Date: Thu, 5 Mar 2026 13:25:51 -0300 Subject: [PATCH] fix(DB/Loot): Razormane Backstabber mistakenly added in World Loot (#25003) --- .../pending_db_world/rev_1772658910558287800.sql | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1772658910558287800.sql diff --git a/data/sql/updates/pending_db_world/rev_1772658910558287800.sql b/data/sql/updates/pending_db_world/rev_1772658910558287800.sql new file mode 100644 index 000000000..d5a8faeb4 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1772658910558287800.sql @@ -0,0 +1,10 @@ +-- +DELETE FROM `reference_loot_template` WHERE `Entry` = 1011822 AND `Item` = 5093; + +DELETE FROM `creature_loot_template` WHERE (`Entry` = 3457) AND (`Item` IN (5093)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(3457, 5093, 0, 30.1, 0, 1, 0, 1, 1, 'Razormane Stalker - Razormane Backstabber'); + +DELETE FROM `creature_loot_template` WHERE (`Entry` = 3456) AND (`Item` IN (5093)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(3456, 5093, 0, 30.34, 0, 1, 0, 1, 1, 'Razormane Pathfinder - Razormane Backstabber');