From 8538e13a1229d21beec451a3716b8e9d476cd0c4 Mon Sep 17 00:00:00 2001 From: codemaster Date: Wed, 10 Nov 2004 21:59:53 +0000 Subject: git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@106 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/char/char.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/char') diff --git a/src/char/char.c b/src/char/char.c index 92880b84d..399ac2a5c 100644 --- a/src/char/char.c +++ b/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) { -- cgit v1.2.3-70-g09d2