DB/Creature: Fix impaled Blackrock Orc

By Malcrom
This commit is contained in:
Aokromes
2017-07-09 19:41:05 +02:00
parent 5f26721e5f
commit 486ea86418

View File

@@ -0,0 +1,3 @@
-- Fix impaled Blackrock Orc
UPDATE `creature_template` SET `dynamicflags`=64, `InhabitType`=4 WHERE `entry`=43150;
UPDATE `creature_template_addon` SET `aiAnimKit`=721 WHERE `entry`=43150;