aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2017-12-05 23:44:39 +0100
committerfunjoker <funjoker109@gmail.com>2021-02-25 18:50:55 +0100
commit99e53c6d990c1b736f111bfd4b434467437b57ba (patch)
tree2931c95feaec91644f9db8c89d239fe51cc141e2 /sql
parentabb7552213d038725bb8c995130a4be8c741dbc7 (diff)
DB/Creature: Fix Nether Drake Inhabittype
(cherry picked from commit 4464ec43aa591e6ea366ed4015f388a65006e503)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2021_02_18_09_world_2017_12_05_02_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_02_18_09_world_2017_12_05_02_world.sql b/sql/updates/world/master/2021_02_18_09_world_2017_12_05_02_world.sql
new file mode 100644
index 00000000000..0a278bd33eb
--- /dev/null
+++ b/sql/updates/world/master/2021_02_18_09_world_2017_12_05_02_world.sql
@@ -0,0 +1,2 @@
+--
+UPDATE `creature_template` SET `InhabitType`=3 WHERE `entry`=18877;