aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorKinzcool <kinzzcool@hotmail.com>2014-08-21 20:37:00 -0400
committerKinzcool <kinzzcool@hotmail.com>2014-08-21 20:37:00 -0400
commitdae9be08c3d7371987bbfd7662235e440f565ffb (patch)
treeee6eaa927f1ab53cc72b68af9d574a38db86719d /sql
parentd90d0fb6140ec1f149954d6422dee383dbb953ab (diff)
Added a missing comma in d90d0fb6140ec1f149954d6422dee383dbb953ab
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2014_08_22_02_world_creature_template.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/2014_08_22_02_world_creature_template.sql b/sql/updates/world/2014_08_22_02_world_creature_template.sql
index 8895c032b48..4c0d7cc45e0 100644
--- a/sql/updates/world/2014_08_22_02_world_creature_template.sql
+++ b/sql/updates/world/2014_08_22_02_world_creature_template.sql
@@ -1,2 +1,2 @@
-UPDATE `creature_template` SET `InhabitType`=2 WHERE `entry` IN (1224, 2188, 3642, 4830, 5936, 6145, 8236, 15118, 15526, 18284, 21217, 23928, 24285, 24637, 24899, 25204, 25226, 26510, 26511, 26522, 2743827617, 28010, 28847, 29392, 29834, 30642, 32664, 33497, 34116);
+UPDATE `creature_template` SET `InhabitType`=2 WHERE `entry` IN (1224, 2188, 3642, 4830, 5936, 6145, 8236, 15118, 15526, 18284, 21217, 23928, 24285, 24637, 24899, 25204, 25226, 26510, 26511, 26522, 27438, 27617, 28010, 28847, 29392, 29834, 30642, 32664, 33497, 34116);
UPDATE `creature_template` SET `InhabitType`=3 WHERE `entry`=21689;