- Replaced tabs with spaces in @go, follow up to r15070. (bugreport:5156)

- BuildBot: enabled the Ubuntu_x64 builder, follow up to r15217.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15226 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
brianluau 2011-12-23 13:58:41 +00:00
parent e1eacd2587
commit 9ebbccacf4

View File

@ -2405,6 +2405,12 @@ ACMD_FUNC(go)
town = 24; town = 24;
} else if (strncmp(map_name, "moscovia", 3) == 0) { } else if (strncmp(map_name, "moscovia", 3) == 0) {
town = 25; town = 25;
} else if (strncmp(map_name, "brasilis", 3) == 0) {
town = 26;
} else if (strncmp(map_name, "manuk", 3) == 0) {
town = 27;
} else if (strncmp(map_name, "splendide", 3) == 0) {
town = 28;
} }
if (town >= 0 && town < ARRAYLENGTH(data)) if (town >= 0 && town < ARRAYLENGTH(data))