diff options
author | Jesusaves <cpntb1@ymail.com> | 2023-01-09 00:11:39 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2023-01-09 00:11:39 -0300 |
commit | cd315bb48db07d82697d2180cf788cbb0aece72d (patch) | |
tree | d34044b393cded80979cdec4b034c31cbe14218f /npc/items | |
parent | 4177c2f02219d8bb27e73789cfb06d215730855b (diff) | |
download | serverdata-cd315bb48db07d82697d2180cf788cbb0aece72d.tar.gz serverdata-cd315bb48db07d82697d2180cf788cbb0aece72d.tar.bz2 serverdata-cd315bb48db07d82697d2180cf788cbb0aece72d.tar.xz serverdata-cd315bb48db07d82697d2180cf788cbb0aece72d.zip |
Just to be sure...
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 1c5048677..c458894cf 100644 --- a/npc/items/books.txt +++ b/npc/items/books.txt @@ -396,7 +396,7 @@ function myself { attachrid(.@who); .@skill = getskilllv(TMW2_CRAFT); .@score = CRAFTING_SCORE_COMPLETE/40; - .@milis = CRAFTING_SCORE_COMPLETE%40*100; // Broken? + .@milis = (CRAFTING_SCORE_COMPLETE%40)*100; // Broken? detachrid(); attachrid(.@why); |