summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/commands/kami.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/commands/kami.txt b/npc/commands/kami.txt
index 85917f2d7..61ebaf619 100644
--- a/npc/commands/kami.txt
+++ b/npc/commands/kami.txt
@@ -68,7 +68,7 @@ OnPurify:
end;
OnSkry:
- dispbottom "STR: %d AGI %d VIT %d", readparam2(bStr), readparam2(bAgi), readparam2(bVit);
+ dispbottom l("STR: %d AGI %d VIT %d", readparam2(bStr), readparam2(bAgi), readparam2(bVit));
end;
OnInit: