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

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