- 188
- 2017
- 13
- Location
- PA, USA
Fixes for many beast having items equipped
Some were rather funny to see. Boars with a mace is the hand (hoof) . Not blizlike but still funny.
Some were rather funny to see. Boars with a mace is the hand (hoof) . Not blizlike but still funny.
Code:
-- ----------------------------------------------------------------------------------------------------------------------------------------------
-- Repack version: 7.0.2
-- Fixes many beast that had equipment (mostly weapons) incorrectly assigned to them in either creature.equipment_id or creature_equip_template
-- ----------------------------------------------------------------------------------------------------------------------------------------------
UPDATE `creature` SET `equipment_id` = 0 WHERE `id` IN (682, 684, 728, 729, 736, 772, 976, 1150, 1152, 1689, 1961, 1986, 3255, 3281, 5430, 11320, 16117, 24518, 25324, 33053, 33131, 33132, 33133, 34285, 38755, 38855, 39157, 40657, 40764, 42689, 43532, 44568, 44594, 44595, 44599, 44836, 45433, 45434, 46393, 46518, 48278, 48440, 48447, 48450, 48451, 48639, 49871, 50039, 52820);
UPDATE `creature_equip_template` SET `itemEntry1` = 0, `itemEntry2` = 0, `itemEntry3` = 0 WHERE `entry` IN (682, 684, 728, 729, 736, 772, 976, 1150, 1152, 1689, 1961, 1986, 3255, 3281, 5430, 11320, 16117, 24518, 25324, 33053, 33131, 33132, 33133, 34285, 38755, 38855, 39157, 40657, 40764, 42689, 43532, 44568, 44594, 44595, 44599, 44836, 45433, 45434, 46393, 46518, 48278, 48440, 48447, 48450, 48451, 48639, 49871, 50039, 52820);
Last edited: