From 99e53c6d990c1b736f111bfd4b434467437b57ba Mon Sep 17 00:00:00 2001 From: Killyana Date: Tue, 5 Dec 2017 23:44:39 +0100 Subject: DB/Creature: Fix Nether Drake Inhabittype (cherry picked from commit 4464ec43aa591e6ea366ed4015f388a65006e503) --- sql/updates/world/master/2021_02_18_09_world_2017_12_05_02_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/master/2021_02_18_09_world_2017_12_05_02_world.sql (limited to 'sql') 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; -- cgit v1.2.3