fix(DB/Loot)Fixed wrong drop loot from creatures (#10226)
This commit is contained in:
parent
ab121e246e
commit
b468d1ae9a
1 changed files with 4 additions and 0 deletions
|
|
@ -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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue