mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/Creature: Fix impaled Blackrock Orc
By Malcrom
This commit is contained in:
3
sql/updates/world/master/2017_07_09_02_world.sql
Normal file
3
sql/updates/world/master/2017_07_09_02_world.sql
Normal 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;
|
||||
Reference in New Issue
Block a user