Corrected 'Reborn in Valhalla' achievement

* Removed the base level requirement as it's not needed.
Thanks to @Atemo!
This commit is contained in:
aleos 2018-01-20 10:54:22 -05:00
parent a8976dd2ac
commit fe9f1ace66
2 changed files with 2 additions and 2 deletions

View File

@ -1778,7 +1778,7 @@ Achievements:
- ID: 200031
Group: "AG_JOB_CHANGE"
Name: "Reborn in Valhalla!"
Condition: " BaseLevel == 99 && Class == JOB_NOVICE_HIGH "
Condition: " Class == JOB_NOVICE_HIGH "
Reward:
# ItemID: 22808
Script: " specialeffect2 EF_INCAGILITY; sc_start SC_INCREASEAGI,30000,10; "

View File

@ -1778,7 +1778,7 @@ Achievements:
- ID: 200031
Group: "AG_JOB_CHANGE"
Name: "Reborn in Valhalla!"
Condition: " BaseLevel == 99 && Class == JOB_NOVICE_HIGH "
Condition: " Class == JOB_NOVICE_HIGH "
Reward:
ItemID: 22808
Script: " specialeffect2 EF_INCAGILITY; sc_start SC_INCREASEAGI,30000,10; "