diff options
author | Killyana <morphone1@gmail.com> | 2015-12-29 18:05:43 +0100 |
---|---|---|
committer | MitchesD <majklprofik@seznam.cz> | 2016-01-17 13:58:07 +0100 |
commit | d0047283b84f30dabe64172d73c27aa4761f5ee6 (patch) | |
tree | d67ede057c0a1d00478bed1750b7cdc9777abb4d | |
parent | 44e2a7fbc655818182917e0fb2f381d9c258ffdc (diff) |
DB/Creature: Fix InhabitType for Ash'ari Crystals
By @Saben65
Closes #16121
(cherry picked from commit 4292ff0b54909ee0991a4b619846f3c5123b39eb)
-rw-r--r-- | sql/updates/world/2016_01_17_09_world_2015_12_29_05.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2016_01_17_09_world_2015_12_29_05.sql b/sql/updates/world/2016_01_17_09_world_2015_12_29_05.sql new file mode 100644 index 00000000000..056ea4fe230 --- /dev/null +++ b/sql/updates/world/2016_01_17_09_world_2015_12_29_05.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template` SET `InhabitType`=4 WHERE `Entry`=10415; |