diff options
author | Killyana <morphone1@gmail.com> | 2017-12-05 23:44:39 +0100 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2017-12-05 23:44:39 +0100 |
commit | 4464ec43aa591e6ea366ed4015f388a65006e503 (patch) | |
tree | 6db72a3eb2b25509d410ee907c06fdc9a3cc9f7e | |
parent | a4b2c9988a51d83aa87741776769313d5aa5a648 (diff) |
DB/Creature: Fix Nether Drake Inhabittype
-rw-r--r-- | sql/updates/world/3.3.5/2017_12_05_02_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_12_05_02_world.sql b/sql/updates/world/3.3.5/2017_12_05_02_world.sql new file mode 100644 index 00000000000..0a278bd33eb --- /dev/null +++ b/sql/updates/world/3.3.5/2017_12_05_02_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template` SET `InhabitType`=3 WHERE `entry`=18877; |