From 416e8b94dbe16e16c28e89ec1bdf33e97d5c681f Mon Sep 17 00:00:00 2001 From: Grimfeather <88028633+Grimfeather@users.noreply.github.com> Date: Tue, 5 Aug 2025 17:34:53 +0200 Subject: [PATCH] Update wotlk_emblems.sql --- sql/world/base/wotlk_emblems.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/world/base/wotlk_emblems.sql b/sql/world/base/wotlk_emblems.sql index dbfa951..fe5f2d0 100644 --- a/sql/world/base/wotlk_emblems.sql +++ b/sql/world/base/wotlk_emblems.sql @@ -782,7 +782,7 @@ INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry (4, 27417, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'); --- tier 7 raid bosses, Naxxramas +-- tier 7 raid bosses, mostly Naxxramas DELETE FROM `creature_loot_template` WHERE `Item` IN (40753, 45624, 47241) AND `entry` IN (15928, 15931, 15932, 15936, 15952, 15953, 15954, 15956, 15989, 15990, 16011, 16028, 16060, 16061, 29249, 29268, 29278, 29324, 29373, 29417, 29448, 29615, 29701, 29718, 29932, 29940, 29955, 29991, 30061, 31311);