From d9dac7b9caf7d730a2f503328c27ab5062aecc7b Mon Sep 17 00:00:00 2001 From: Lartza Date: Thu, 12 Dec 2013 13:46:22 +0200 Subject: Fix typo --- sql/updates/world/2013_12_09_03_world_misc.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql/updates') diff --git a/sql/updates/world/2013_12_09_03_world_misc.sql b/sql/updates/world/2013_12_09_03_world_misc.sql index 1a4d2fdd678..4ff283fd1b8 100644 --- a/sql/updates/world/2013_12_09_03_world_misc.sql +++ b/sql/updates/world/2013_12_09_03_world_misc.sql @@ -135,7 +135,7 @@ DELETE FROM `creature_template_addon` WHERE `entry`=29370; INSERT INTO `creature_template_addon` (`entry`,`bytes2`,`emote`,`auras`) VALUES (29370,1,375, ''); UPDATE `creature` SET `spawndist`=0,`MovementType`=0 WHERE `guid`=113377; -UPDATE `Creature_template` SET InhabitType=4 WHERE `entry`=29368; +UPDATE `creature_template` SET InhabitType=4 WHERE `entry`=29368; DELETE FROM `creature_addon` WHERE `guid` IN (100482); DELETE FROM `creature_template_addon` WHERE `entry`=30001; -- cgit v1.2.3