Bladeren bron

git-svn-id: https://svn.code.sf.net/p/rathena/svn/athena@106 54d463be-8e91-2dee-dedb-b68131a5f0ec

codemaster 20 jaren geleden
bovenliggende
commit
34eb4d5201
1 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 2 2
      src/char/char.c

+ 2 - 2
src/char/char.c

@@ -3225,11 +3225,11 @@ int char_config_read(const char *cfgName) {
 			if (start_zeny < 0)
 				start_zeny = 0;
 		} else if (strcmpi(w1, "start_weapon") == 0) {
-			start_zeny = atoi(w2);
+			start_weapon = atoi(w2);
 			if (start_weapon < 0)
 				start_weapon = 0;
 		} else if (strcmpi(w1, "start_armor") == 0) {
-			start_zeny = atoi(w2);
+			start_armor = atoi(w2);
 			if (start_armor < 0)
 				start_armor = 0;
 		} else if (strcmpi(w1, "unknown_char_name") == 0) {