fix(DB/Creature): Remove stunned flag from Syndicate Thiefs (#20396)

This commit is contained in:
avarishd
2024-11-01 21:07:49 +02:00
committed by GitHub
parent 7a2b86425f
commit 1ffd6e0b8f

View File

@@ -0,0 +1,2 @@
-- Syndicate Thief
UPDATE `creature_template` SET `unit_flags` = `unit_flags`&~(262144) WHERE (`entry` = 24477);