diff options
author | Dastgir <dastgirp@gmail.com> | 2020-03-07 22:23:24 +0530 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2020-07-26 20:59:00 +0200 |
commit | 831ace2651186f538ab0b818830f4adc921c35b9 (patch) | |
tree | 1ddf1c7f278c0301cc3e7ca4217488f600fd2a18 /conf/messages.conf | |
parent | 9106bbab19b4feaa4623a3b8e5d59e08ef73b640 (diff) | |
download | hercules-831ace2651186f538ab0b818830f4adc921c35b9.tar.gz hercules-831ace2651186f538ab0b818830f4adc921c35b9.tar.bz2 hercules-831ace2651186f538ab0b818830f4adc921c35b9.tar.xz hercules-831ace2651186f538ab0b818830f4adc921c35b9.zip |
Fixed Experience Gain Message
Diffstat (limited to 'conf/messages.conf')
-rw-r--r-- | conf/messages.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/messages.conf b/conf/messages.conf index 98b0e0a9d..4fdc13b09 100644 --- a/conf/messages.conf +++ b/conf/messages.conf @@ -694,7 +694,7 @@ 886: Gained %dz. 887: %s stole an Unknown Item (id: %i). 888: %s stole %s. -889: Experience Gained Base:%"PRIu64" (%.2f%%) Job:%"PRIu64" (%.2f%%) +889: Experience Gained Base:%llu (%.2f%%) Job:%llu (%.2f%%) 890: [KS Warning!! - Owner : %s] 891: [Watch out! %s is trying to KS you!] 892: Growth: hp:%d sp:%d str(%.2f) agi(%.2f) vit(%.2f) int(%.2f) dex(%.2f) luk(%.2f) |