diff options
-rw-r--r-- | sql/updates/world/2013_12_09_03_world_misc.sql | 2 |
1 files changed, 1 insertions, 1 deletions
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; |