fix(DB/Loot): Correct oversight with Hyjal trash loot. (#19095)

Init.
This commit is contained in:
Benjamin Jackson 2024-06-19 21:21:35 -04:00 committed by GitHub
parent 0114b8ee5d
commit 81d4c2e145
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1 @@
DELETE FROM `creature_loot_template` WHERE `Item` IN (32945, 32946) AND `Entry` IN (17895, 17897, 17898, 17899, 17905, 17906, 17907, 17916);