aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2016-08-21 13:11:52 +0200
committerGitHub <noreply@github.com>2016-08-21 13:11:52 +0200
commit4963ff34a4bff52fefb7f523724af75e8d5dc525 (patch)
treefd8667a587b81b1cb607a4fc7c1e3266297dae7f
parent4907c7961ca8beeaa0a647c306eb9b25fa490b04 (diff)
DB/Misc: Fix future time traveler startup errors
Cherry pick from https://github.com/TrinityCoreLegacy/TrinityCore/commit/03dbe2e8ae2383f217753378bf5ab9f5168dcdd3
-rw-r--r--sql/updates/world/6.x/2016_08_21_03_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/6.x/2016_08_21_03_world.sql b/sql/updates/world/6.x/2016_08_21_03_world.sql
new file mode 100644
index 00000000000..763a682341f
--- /dev/null
+++ b/sql/updates/world/6.x/2016_08_21_03_world.sql
@@ -0,0 +1,2 @@
+--
+UPDATE `creature_template` SET `flags_extra`=`flags_extra`|2 WHERE `entry` IN (22678,31989,22741,32012);