DB/Creature: World Trigger (Not Immune NPC) InhabitType update

Closes #17332 by Malcrom
This commit is contained in:
Aokromes
2016-06-11 05:24:12 +02:00
committed by GitHub
parent 2db9269ec1
commit 78d08834c0

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