fix(DB/Creature): Disable Felmyst pathfinding (#21641)

This commit is contained in:
Andrew 2025-03-02 22:23:36 -03:00 committed by GitHub
parent 2957143338
commit 945b2d79fd
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`|536870912 WHERE `entry` = 25038;