aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMalcrom <malcromdev@gmail.com>2013-12-19 12:29:04 -0330
committerMalcrom <malcromdev@gmail.com>2013-12-19 12:29:04 -0330
commit527219e3a99afcd9b68b5e53dac92c9f05bf6406 (patch)
tree284e78ddb0af9064e6981aad299ae2a4db6176e9
parent7b5d5ab2658d46df31b48fe3df63a3176b98338e (diff)
DB/Misc: Fix a couple capitalization errors
-rw-r--r--sql/updates/world/2013_12_18_02_world_misc.sql4
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/updates/world/2013_12_18_02_world_misc.sql b/sql/updates/world/2013_12_18_02_world_misc.sql
index a52a71948b2..ea7276481d7 100644
--- a/sql/updates/world/2013_12_18_02_world_misc.sql
+++ b/sql/updates/world/2013_12_18_02_world_misc.sql
@@ -61,9 +61,9 @@ INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`
UPDATE `creature` SET `spawndist`=5,`MovementType`=1 WHERE `guid`=74216;
UPDATE `creature` SET `spawndist`=10,`MovementType`=1 WHERE `id`=21423;
UPDATE `creature` SET `spawndist`=0,`MovementType`=0 WHERE `guid` IN (74147,74148,74149,74151,74152,74153,74154,74156);
-UPDATE `Creature_template` SET InhabitType=4 WHERE `entry`=21757;
+UPDATE `creature_template` SET InhabitType=4 WHERE `entry`=21757;
UPDATE `creature_template` SET `InhabitType`=4, `flags_extra`=`flags_extra`|128 WHERE `entry` IN (21393,21413,21819);
-UPDATE `Creature_template_addon` SET bytes2=258 WHERE `entry`=21115;
+UPDATE `creature_template_addon` SET bytes2=258 WHERE `entry`=21115;
DELETE FROM `creature_template_addon` WHERE `entry`=21441;
INSERT INTO `creature_template_addon` (`entry`,`path_id`,`bytes2`,`emote`,`auras`) VALUES (21441,0,258,214, '');