mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-25 14:46:24 +00:00
fix(DB/CreatureLoot) Felhunter (417) (#10215)
* pattern loot fix * delete all drop from felhunter * small fix to pr for felhunter loot
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1642432018580300313');
|
||||
|
||||
#partially closes ##10214
|
||||
DELETE FROM `creature_loot_template` WHERE `Entry` = 417;
|
||||
UPDATE `creature_template` SET `lootid`='0' WHERE `entry`=417;
|
||||
Reference in New Issue
Block a user