Gedads Mob Spawns altered format

Post Reply
compmike19
Posts: 115
Joined: Wed Jan 23, 2013 11:14 pm

Gedads Mob Spawns altered format

Post by compmike19 » Tue Mar 05, 2013 1:30 pm

Here are Gedads mob spawn points in a more pleasing SQL format I adjusted most of the Names to have the underscore separating them and replicated for the most part the same format that was originally in the mob_spawn_points SQL - took forever!

Example - Gedads
INSERT INTO `mob_spawn_points` VALUES (17137687, 'OrnerySheep', '3966', 593.451, -0.977, 479.028,223);

converted to
INSERT INTO `mob_spawn_points` VALUES ('17137687', 'Ornery_Sheep', '3966', '593.451', '-0.977', '479.028', '223');
Attachments
mob_spawn_points.sql.patch
(1.67 MiB) Downloaded 181 times

Post Reply