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:
parent
e8e0c905ad
commit
3381d0d77f
1 changed files with 5 additions and 0 deletions
|
|
@ -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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue