Skip to content

Commit

Permalink
Fix vending achievements 220009, 220010, 220011, 220012, 220013 previ…
Browse files Browse the repository at this point in the history
…ously they would be triggered on any zeny paying actions and not on vending merchants only

Signed-off-by: Ibrahim Zidan <brahem@aotsw.com>
  • Loading branch information
hemagx committed May 12, 2019
1 parent 209a21b commit a712dd7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions db/pre-re/achievement_db.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand All @@ -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"
Expand All @@ -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"
Expand All @@ -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"
Expand Down
10 changes: 5 additions & 5 deletions db/re/achievement_db.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand All @@ -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"
Expand All @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit a712dd7

Please sign in to comment.