diff options
author | Lartza <lartza@lagit.in> | 2013-12-12 13:46:22 +0200 |
---|---|---|
committer | Lartza <lartza@lagit.in> | 2013-12-12 13:46:22 +0200 |
commit | d9dac7b9caf7d730a2f503328c27ab5062aecc7b (patch) | |
tree | 563fab560949d8c065398ffce690b5c37f22a6d2 | |
parent | 54fd53f7e3575ad24b6daf88f628afdd52b9df04 (diff) |
Fix typo
-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; |