fix(DB/Creature): Set STATE_MELEE to Twin Emperors (#13366)

This commit is contained in:
Gultask 2022-10-11 14:47:46 -03:00 committed by GitHub
parent e5d4a835a5
commit 4e69f8e199
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,2 @@
--
UPDATE `creature_template_addon` SET `bytes2` = 1 WHERE `entry` IN (15275, 15276);