fix(DB/Creature): Set Melee State for Onyx Sanctum Guardians in 25 man mode. (#24223)

This commit is contained in:
Rocco Silipo 2025-12-27 14:32:26 +01:00 committed by GitHub
parent 540a5a6f20
commit 36ce52ee6a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,3 @@
-- Set State Melee
UPDATE `creature_template_addon` SET `bytes2` = 1 WHERE (`entry` = 31001);