mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 09:17:36 +01:00
DB/Creature: Fix impaled Blackrock Orc
By Malcrom
This commit is contained in:
3
sql/updates/world/4.3.4/2017_07_09_01_world.sql
Normal file
3
sql/updates/world/4.3.4/2017_07_09_01_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