diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2016-06-11 05:24:12 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-06-11 05:24:12 +0200 |
| commit | 78d08834c0afe0be09e4ec071a6e6855aa18e2c8 (patch) | |
| tree | f657d4f6df12653d4f37971ae1db276653c7285c | |
| parent | 2db9269ec1c06b5fccc45dc0a5b4f714f9b48804 (diff) | |
DB/Creature: World Trigger (Not Immune NPC) InhabitType update
Closes #17332 by Malcrom
| -rw-r--r-- | sql/updates/world/3.3.5/2016_06_11_00_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
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; |
