diff options
| -rw-r--r-- | sql/updates/world/2015_11_23_00_world.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/2015_11_23_00_world.sql b/sql/updates/world/2015_11_23_00_world.sql index 791c571cce0..545b2948b6f 100644 --- a/sql/updates/world/2015_11_23_00_world.sql +++ b/sql/updates/world/2015_11_23_00_world.sql @@ -280,4 +280,4 @@ INSERT INTO `waypoints` (`entry`, `pointid`, `position_x`, `position_y`, `positi (27888, 1,3200.99,6074.898,144.9736, 'Warmage Archus'), (27888, 2,3457.750,5892.669,147.380, 'Warmage Archus'); -UPDATE `creature_template` SET `InhabitType`=4 WHERE `entry` IN (25727, 25733, 25732, 27888);
\ No newline at end of file +UPDATE `creature_template` SET `InhabitType`=4 WHERE `entry` IN (25727, 25733, 25732, 27888); |
