瀏覽代碼

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

codemaster 20 年之前
父節點
當前提交
11bc4f75dc
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/char_sql/char.c

+ 2 - 2
src/char_sql/char.c

@@ -2860,11 +2860,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,"imalive_on")==0){		//Added by Mugendai for I'm Alive mod