DB/Creatures: block movement flag updates for Commander Ulthok to fix his movement visuals when standing in his puddle

This commit is contained in:
Ovahlord
2021-01-17 22:05:02 +01:00
parent a15256f47a
commit c0d6b4a04c

View File

@@ -0,0 +1 @@
UPDATE `creature_template` SET `flags_extra`= `flags_extra` | 512 WHERE `entry` IN (40765, 49064);