fix(DB/Loot): Darkwater Crocolisk skinning loot (#15027)

This commit is contained in:
Gultask 2023-02-15 22:13:25 -03:00 committed by GitHub
parent 758435632b
commit d3b047c27a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,4 @@
--
DELETE FROM `skinning_loot_template` WHERE (`Entry` = 17952);
UPDATE `creature_template` SET `skinloot` = 70068 WHERE (`entry` IN (17952, 22163));