mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 17:05:44 +01:00
DB/Creature: Misc fixes
By Ovahlord
This commit is contained in:
6
sql/updates/world/4.3.4/2017_12_08_00_world.sql
Normal file
6
sql/updates/world/4.3.4/2017_12_08_00_world.sql
Normal file
@@ -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);
|
||||
Reference in New Issue
Block a user