mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-26 11:52:32 +01:00
DB/Creature: World Trigger (Not Immune NPC) InhabitType update
Closes #17332 by Malcrom
This commit is contained in:
3
sql/updates/world/3.3.5/2016_06_11_00_world.sql
Normal file
3
sql/updates/world/3.3.5/2016_06_11_00_world.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- Creature entry 19871 World Trigger (Not Immune NPC)
|
||||
-- set InhabitType [Flying] to enable hover mode for this creature
|
||||
UPDATE `creature_template` SET `InhabitType`= 4 WHERE `entry` = 19871;
|
||||
Reference in New Issue
Block a user