fix(DB/Creature): Set Correct flags for Azure Saboteur (#24486)

Co-authored-by: Rocco Silipo <108557877+Rorschach91@users.noreply.github.com>
This commit is contained in:
Gultask
2026-01-22 20:35:32 -03:00
committed by GitHub
parent 5ca71f3fbe
commit 831650836b

View File

@@ -0,0 +1,2 @@
-- Sniffed from 50664 Build
UPDATE `creature_template` SET `unit_flags` = `unit_flags`&~(2|131072), `unit_flags` = `unit_flags`|256 WHERE (`entry` IN (31079, 31492));