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);