Corrected Fame Points for level 3 weapons (#4354)

* Fixes #4346.
* Level 3 forged weapons should give 1,000 fame points instead of 10,000.
Thanks to @Indigo000!
This commit is contained in:
Aleos 2019-09-20 10:50:16 -04:00 committed by GitHub
parent d2aebaf0a5
commit 78b2f10964
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -244,7 +244,7 @@ fame_taekwon_mission: 1
// Refined own forged weapon to +10 // Refined own forged weapon to +10
fame_refine_lv1: 1 fame_refine_lv1: 1
fame_refine_lv2: 25 fame_refine_lv2: 25
fame_refine_lv3: 10000 fame_refine_lv3: 1000
// Success to forge a lv3 weapon with 3 additional ingredients // Success to forge a lv3 weapon with 3 additional ingredients
fame_forge: 10 fame_forge: 10
// Success to prepare 'n' Condensed Potions in a row // Success to prepare 'n' Condensed Potions in a row