From 30f4f839b741270efc61ae100f21cab338b41b8a Mon Sep 17 00:00:00 2001 From: Killyana Date: Wed, 22 Nov 2017 12:57:46 +0100 Subject: DB/Creature: Fix State for Gymer and InhabitType for Gerk Closes #20952 Closes #20953 (cherry picked from commit e39aad472c750f6aa941428ea434a72d18f8dfbb) --- sql/updates/world/master/2021_02_08_03_world_2017_11_22_01_world.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/master/2021_02_08_03_world_2017_11_22_01_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/master/2021_02_08_03_world_2017_11_22_01_world.sql b/sql/updates/world/master/2021_02_08_03_world_2017_11_22_01_world.sql new file mode 100644 index 00000000000..288b3ad425b --- /dev/null +++ b/sql/updates/world/master/2021_02_08_03_world_2017_11_22_01_world.sql @@ -0,0 +1,5 @@ +-- Gymer +DELETE FROM `creature_template_addon` WHERE `entry`=29647; +INSERT INTO `creature_template_addon` (`entry`,`bytes1`,`bytes2`) VALUES (29647,1,0); +-- Gerk +UPDATE `creature_template` SET `InhabitType`= 4 WHERE `entry`=29455; -- cgit v1.2.3