fix(DB/Creatures): Added CREATURE_FLAG_EXTRA_IGNORE_PATHFINDING flag to Muck Frenzy. (#11589)

Fixes #6317
This commit is contained in:
UltraNix 2022-05-01 17:44:22 +02:00 committed by GitHub
parent cc6528ad7b
commit 5c53af251a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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