From 0e26611d5ec9df55e4433cb5a3d9b4d14cd76c9d Mon Sep 17 00:00:00 2001
From: Jesusaves <cpntb1@ymail.com>
Date: Wed, 18 Nov 2020 01:29:59 -0300
Subject: Actually - it is not

---
 npc/items/books.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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));
-- 
cgit v1.2.3-70-g09d2