DB/Creature: Fix Equipments
Ref #16416 (cherry picked from commit 99fbaa2be2b06ff744699bb9e54b0e6189db819e)
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user