diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-11-18 01:29:59 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-11-18 01:29:59 -0300 |
commit | 0e26611d5ec9df55e4433cb5a3d9b4d14cd76c9d (patch) | |
tree | 0f4170597667c235334df9a5ccc2e94d839ee73d /npc/items | |
parent | 68c243351e65fee2605979e895f4780c6fd4158c (diff) | |
download | serverdata-0e26611d5ec9df55e4433cb5a3d9b4d14cd76c9d.tar.gz serverdata-0e26611d5ec9df55e4433cb5a3d9b4d14cd76c9d.tar.bz2 serverdata-0e26611d5ec9df55e4433cb5a3d9b4d14cd76c9d.tar.xz serverdata-0e26611d5ec9df55e4433cb5a3d9b4d14cd76c9d.zip |
Actually - it is not
Diffstat (limited to 'npc/items')
-rw-r--r-- | npc/items/books.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/items/books.txt b/npc/items/books.txt index f1fe95140..1836cf27e 100644 --- a/npc/items/books.txt +++ b/npc/items/books.txt @@ -253,7 +253,7 @@ OnInit: next; mes ".:: " + l("Crafting Status") + " ::."; mesc l("Skill Level: %d", getskilllv(TMW2_CRAFT)); - mesc l("Crafting Score: %d.%02d", CRAFTING_SCORE_COMPLETE%40, CRAFTING_SCORE_COMPLETE/40*100); + mesc l("Crafting Score: %d.%02d", CRAFTING_SCORE_COMPLETE/40, CRAFTING_SCORE_COMPLETE%40*100); next; mes ".:: " + l("Miscellaneous Status") + " ::."; mesc l("Monster Points: %s", fnum(Mobpt)); |