Quellcode durchsuchen

Oops I goofed Forgot to resave the File Left out arguements for mora. [Spre]

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16791 54d463be-8e91-2dee-dedb-b68131a5f0ec
spre123 vor 12 Jahren
Ursprung
Commit
81670d02ba
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      src/map/atcommand.c

+ 1 - 1
src/map/atcommand.c

@@ -2027,7 +2027,7 @@ ACMD_FUNC(go)
 		town = 29;
 	} else if (strncmp(map_name, "dicastes01", 3) == 0) {
 		town = 30;
-	} else if (strncmp(map_name, "mora") == 0) {
+	} else if (strncmp(map_name, "mora", 4) == 0) {
 		town = 31;
 	} else if (strncmp(map_name, "dewata", 3) == 0) {
 		town = 32;