fix(DB/Creature): Remove Mathrengyl Bearwalker's Left Right Claw. (#13846)

This commit is contained in:
Benjamin Jackson 2022-12-29 06:08:34 -05:00 committed by GitHub
parent 97b5906124
commit f8db9f5beb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1 @@
UPDATE `creature_equip_template` SET `ItemID2`=0 WHERE `CreatureID`=4217 AND `ID`=1;