mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Core/Creatures: Added check for creature_equip_template.id = 0. 0 is a special value telling core to unequip all items
This commit is contained in:
@@ -0,0 +1 @@
|
||||
UPDATE `creature_equip_template` SET `id`=1 WHERE `id`=0;
|
||||
Reference in New Issue
Block a user