diff options
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/2014_08_22_02_world_creature_template.sql | 2 |
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; |