From a7ff3f85ab620b5a86de27732bfbc5999f0f703e Mon Sep 17 00:00:00 2001 From: Aokromes Date: Fri, 8 Dec 2017 11:45:50 +0100 Subject: [PATCH] DB/Creature: Misc fixes By Ovahlord --- sql/updates/world/4.3.4/2017_12_08_00_world.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sql/updates/world/4.3.4/2017_12_08_00_world.sql diff --git a/sql/updates/world/4.3.4/2017_12_08_00_world.sql b/sql/updates/world/4.3.4/2017_12_08_00_world.sql new file mode 100644 index 00000000000..1314e68bd5e --- /dev/null +++ b/sql/updates/world/4.3.4/2017_12_08_00_world.sql @@ -0,0 +1,6 @@ +-- Lost City of the Tol'vir trigger updates +UPDATE `creature_template` SET `InhabitType`= 4 WHERE `entry` IN (37231, 48092, 50496); +UPDATE `creature_template` SET `flags_extra`= 128 WHERE `entry` IN (37231, 48097); + +-- Nordrassil fixups +UPDATE `creature_template` SET `InhabitType`= 4 WHERE `entry` IN (49844, 41027, 41028, 42663, 42658, 42660, 42664, 42659, 42657);