aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2016-08-21 12:40:08 +0200
committerGitHub <noreply@github.com>2016-08-21 12:40:08 +0200
commit4907c7961ca8beeaa0a647c306eb9b25fa490b04 (patch)
treef5f4aae0f6316f14df9ca0f29ee2dc67d68a4ed5
parent45966e66857ecea47172cb3d3f97284e9d3d5679 (diff)
DB/Misc: Fix future time traveler startup errors
Cherry pick 828f3984f243c7ee936dfd854de8ddc658c33146
-rw-r--r--sql/updates/world/6.x/2016_08_21_02_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/6.x/2016_08_21_02_world.sql b/sql/updates/world/6.x/2016_08_21_02_world.sql
new file mode 100644
index 00000000000..d1d18293d12
--- /dev/null
+++ b/sql/updates/world/6.x/2016_08_21_02_world.sql
@@ -0,0 +1,3 @@
+--
+UPDATE `creature_template` SET `unit_flags2`=`unit_flags2`|2048 WHERE `entry` IN (48284,48266,47404,47403,40142,39863,37125,37124,37123,37122,36789,38008,37973,37972,37970,34606,34802,35273,34775,34935,34929,34944,34161,33186,33134,32955,30882,30858,30688,30391,28859,28781,28070,27894,26918,26893,26793,24723,21419,20869,18708,33890,33288,34183,13284,13099);
+UPDATE `creature_template` SET `flags_extra`=`flags_extra`|2 WHERE `entry` IN (13284,13099);