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:
Nolt
2022-01-17 19:21:13 +01:00
committed by GitHub
parent 9dc88def35
commit 580cbd6e8d

View File

@@ -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;