fix(DB/Creature): Fix Illidan walking to waypoints instead of flying (#20035)

This commit is contained in:
Andrew 2024-09-25 05:34:35 -03:00 committed by GitHub
parent a65be25fb9
commit 54f7d3f166
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,2 @@
--
UPDATE `creature_template` SET `flags_extra` = `flags_extra`|512 WHERE `entry` = 22917;