aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/updates/world/master/2017_07_09_02_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_07_09_02_world.sql b/sql/updates/world/master/2017_07_09_02_world.sql
new file mode 100644
index 00000000000..5a96bf0b199
--- /dev/null
+++ b/sql/updates/world/master/2017_07_09_02_world.sql
@@ -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;