aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2016-01-10 14:13:24 +0100
committerShauren <shauren.trinity@gmail.com>2016-03-22 21:43:01 +0100
commit87527e1fe302b7868f9ed67199a4624d3f688ba9 (patch)
tree7a4d0951ecbd60b89e75a88472c262b4f840efab
parentcbb0e5ce66ddadf4700385dd0a08b4b9064d941b (diff)
DB/Creature: Fix The Crippler unit_flags
Closes #16148 (cherry picked from commit 419430987335906eef344678d49a5e653631d060)
-rw-r--r--sql/updates/world/2016_03_22_04_world_2016_01_10_01_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2016_03_22_04_world_2016_01_10_01_world.sql b/sql/updates/world/2016_03_22_04_world_2016_01_10_01_world.sql
new file mode 100644
index 00000000000..c79c157a1a1
--- /dev/null
+++ b/sql/updates/world/2016_03_22_04_world_2016_01_10_01_world.sql
@@ -0,0 +1,2 @@
+--
+UPDATE `creature_template` SET `unit_flags`=32832 WHERE `entry`= 18689;