DB/Creature: Fix Lord Marrowgar coldflame npc

Closes #17668

(cherry picked from commit 369c13f353)
This commit is contained in:
sirikfoll
2017-09-20 17:34:26 -03:00
committed by Shauren
parent 85f3d62919
commit aefaff36ec

View File

@@ -0,0 +1,2 @@
-- Fix Coldflame npc flying bug, sniff confirmed
UPDATE `creature_template` SET `InhabitType`=1 WHERE `entry`=36672;