From a712dd7e164c8dd6694dfdd0c71a990d6f1c9d27 Mon Sep 17 00:00:00 2001 From: Ibrahim Zidan Date: Sun, 12 May 2019 10:34:39 +0200 Subject: [PATCH] Fix vending achievements 220009, 220010, 220011, 220012, 220013 previously they would be triggered on any zeny paying actions and not on vending merchants only Signed-off-by: Ibrahim Zidan --- db/pre-re/achievement_db.conf | 10 +++++----- db/re/achievement_db.conf | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/db/pre-re/achievement_db.conf b/db/pre-re/achievement_db.conf index e478c92d4b6..f54fa5dc38a 100644 --- a/db/pre-re/achievement_db.conf +++ b/db/pre-re/achievement_db.conf @@ -4652,7 +4652,7 @@ achievement_db: ( { Id: 220009 Name: "Activating the market economy (1)" - Type: "ACH_ZENY_SPEND_TOTAL" + Type: "ACH_ZENY_SPEND_VENDING_TOTAL" Objectives: { *1: { Description: "Spend 10000 zeny on vending merchant" @@ -4664,7 +4664,7 @@ achievement_db: ( { Id: 220010 Name: "Activating the market economy (2)" - Type: "ACH_ZENY_SPEND_TOTAL" + Type: "ACH_ZENY_SPEND_VENDING_TOTAL" Objectives: { *1: { Description: "Spend 100000 zeny on vending merchant" @@ -4676,7 +4676,7 @@ achievement_db: ( { Id: 220011 Name: "Activating the market economy (3)" - Type: "ACH_ZENY_SPEND_TOTAL" + Type: "ACH_ZENY_SPEND_VENDING_TOTAL" Objectives: { *1: { Description: "Spend 500000 zeny on vending merchant" @@ -4688,7 +4688,7 @@ achievement_db: ( { Id: 220012 Name: "Activating the market economy (4)" - Type: "ACH_ZENY_SPEND_TOTAL" + Type: "ACH_ZENY_SPEND_VENDING_TOTAL" Objectives: { *1: { Description: "Spend 1.000000 zeny on vending merchant" @@ -4700,7 +4700,7 @@ achievement_db: ( { Id: 220013 Name: "Activating the market economy (5)" - Type: "ACH_ZENY_SPEND_TOTAL" + Type: "ACH_ZENY_SPEND_VENDING_TOTAL" Objectives: { *1: { Description: "Spend 5.000000 zeny on vending merchant" diff --git a/db/re/achievement_db.conf b/db/re/achievement_db.conf index 67eece9dbc4..235ea7a09f7 100644 --- a/db/re/achievement_db.conf +++ b/db/re/achievement_db.conf @@ -5353,7 +5353,7 @@ achievement_db: ( { Id: 220009 Name: "Activating the market economy (1)" - Type: "ACH_ZENY_SPEND_TOTAL" + Type: "ACH_ZENY_SPEND_VENDING_TOTAL" Objectives: { *1: { Description: "Spend 10000 zeny on vending merchant" @@ -5365,7 +5365,7 @@ achievement_db: ( { Id: 220010 Name: "Activating the market economy (2)" - Type: "ACH_ZENY_SPEND_TOTAL" + Type: "ACH_ZENY_SPEND_VENDING_TOTAL" Objectives: { *1: { Description: "Spend 100000 zeny on vending merchant" @@ -5377,7 +5377,7 @@ achievement_db: ( { Id: 220011 Name: "Activating the market economy (3)" - Type: "ACH_ZENY_SPEND_TOTAL" + Type: "ACH_ZENY_SPEND_VENDING_TOTAL" Objectives: { *1: { Description: "Spend 500000 zeny on vending merchant" @@ -5389,7 +5389,7 @@ achievement_db: ( { Id: 220012 Name: "Activating the market economy (4)" - Type: "ACH_ZENY_SPEND_TOTAL" + Type: "ACH_ZENY_SPEND_VENDING_TOTAL" Objectives: { *1: { Description: "Spend 1.000000 zeny on vending merchant" @@ -5401,7 +5401,7 @@ achievement_db: ( { Id: 220013 Name: "Activating the market economy (5)" - Type: "ACH_ZENY_SPEND_TOTAL" + Type: "ACH_ZENY_SPEND_VENDING_TOTAL" Objectives: { *1: { Description: "Spend 5.000000 zeny on vending merchant"