DB/Creature: Fix Equipments

Ref #16416

(cherry picked from commit 99fbaa2be2b06ff744699bb9e54b0e6189db819e)
This commit is contained in:
Killyana
2021-12-05 18:20:27 +01:00
committed by Shauren
parent bda32dfbd1
commit 1f0801ae3d
@@ -0,0 +1,4 @@
--
UPDATE `creature` SET `equipment_id`=1 WHERE `equipment_id`=0 AND `id` IN (SELECT `CreatureID` FROM `creature_equip_template`);
UPDATE `creature` SET `equipment_id`=0 WHERE `id` IN (19169, 794, 20102, 19171, 23784, 29519, 29520, 29565, 29566, 29567);
UPDATE `creature` SET `equipment_id`=-1 WHERE `id`=24484;