From 4963ff34a4bff52fefb7f523724af75e8d5dc525 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Sun, 21 Aug 2016 13:11:52 +0200 Subject: DB/Misc: Fix future time traveler startup errors Cherry pick from https://github.com/TrinityCoreLegacy/TrinityCore/commit/03dbe2e8ae2383f217753378bf5ab9f5168dcdd3 --- sql/updates/world/6.x/2016_08_21_03_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/6.x/2016_08_21_03_world.sql (limited to 'sql/updates') 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); -- cgit v1.2.3