From 78d08834c0afe0be09e4ec071a6e6855aa18e2c8 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Sat, 11 Jun 2016 05:24:12 +0200 Subject: DB/Creature: World Trigger (Not Immune NPC) InhabitType update Closes #17332 by Malcrom --- sql/updates/world/3.3.5/2016_06_11_00_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/3.3.5/2016_06_11_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2016_06_11_00_world.sql b/sql/updates/world/3.3.5/2016_06_11_00_world.sql new file mode 100644 index 00000000000..ea81a3ce563 --- /dev/null +++ b/sql/updates/world/3.3.5/2016_06_11_00_world.sql @@ -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; -- cgit v1.2.3