If you change this you'll need to add your custom map on the map_index.h too.
Replace:
{ MAP_PRONTERA, 156, 191, 3 }, // 0 = Prontera
with this:
{ MAP_MAINTOWN, 181, 76, 3 }, // 0 = Maintown
And after:
{ MAP_ECLAGE, 110, 39, 3 }, // 35 = Eclage
add this:
{ MAP_PRONTERA, 156, 191, 3 }, // 36 = Prontera
The lines:
if (strncmpi(map_name, "morroc", 4) == 0) { // Correct town name for 'morocc'
town = 1;
}
are only need if your map have more than one name.
Example: @go maintown, @go main, @go home and @go 0. But you'll doesn't need this.
Best regards,
Garkor