summaryrefslogtreecommitdiff
path: root/src/char_sql/char.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/char_sql/char.c')
-rw-r--r--src/char_sql/char.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/char_sql/char.c b/src/char_sql/char.c
index 09a8c0f23..61f7b643c 100644
--- a/src/char_sql/char.c
+++ b/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