mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-23 05:36:23 +00:00
fix(DB/Creature): Remove stunned flag from Syndicate Thiefs (#20396)
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
-- Syndicate Thief
|
||||
UPDATE `creature_template` SET `unit_flags` = `unit_flags`&~(262144) WHERE (`entry` = 24477);
|
||||
Reference in New Issue
Block a user