mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
fix(DB/loot): Highland Fleshstalker drops (#6180)
Highland fleshstalkers have a bunch of 55+ blues on their loot table that they shouldn't be dropping. - Closes azerothcore#6168 - Closes chromiecraft/chromiecraft#752
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1622589180419433300');
|
||||
|
||||
SET @HIGHLAND_FLESHSTALKER = 2561;
|
||||
SET @REFERENCE_TABLE = 24017;
|
||||
DELETE FROM `creature_loot_template` WHERE `ENTRY` = @HIGHLAND_FLESHSTALKER AND `ITEM` = @REFERENCE_TABLE;
|
||||
Reference in New Issue
Block a user