fix(DB/Loot)Fixed wrong drop loot from creatures (#10226)

This commit is contained in:
Nolt 2022-01-28 22:12:43 +01:00 committed by GitHub
parent ab121e246e
commit b468d1ae9a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,4 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1642454440374419204');
#closes ##10214
DELETE FROM `creature_loot_template` WHERE `entry` IN (11448,11450,13022,14351,14385) AND `Item` IN (18240,18414,18415,18416,18417,18418,18514,18515,18517,18518,18519);