aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAokromes <jipr@hotmail.com>2013-12-12 04:20:31 -0800
committerAokromes <jipr@hotmail.com>2013-12-12 04:20:31 -0800
commit3cee0b7dc78055c8b582133b1c2f8b8a23703a16 (patch)
tree563fab560949d8c065398ffce690b5c37f22a6d2
parent54fd53f7e3575ad24b6daf88f628afdd52b9df04 (diff)
parentd9dac7b9caf7d730a2f503328c27ab5062aecc7b (diff)
Merge pull request #11309 from Lartza/master
DB/SAI: Fix typo
-rw-r--r--sql/updates/world/2013_12_09_03_world_misc.sql2
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;