diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-04-26 08:19:37 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-04-26 08:19:37 -0300 |
commit | 70f728f911c65bdafc216080af049fa1e04ae6f9 (patch) | |
tree | 209614ed37a416d3aee7e8123f579d6bba103742 /npc | |
parent | 31f8f6d4038d090cf1ab86e605fb36d199e53602 (diff) | |
download | serverdata-70f728f911c65bdafc216080af049fa1e04ae6f9.tar.gz serverdata-70f728f911c65bdafc216080af049fa1e04ae6f9.tar.bz2 serverdata-70f728f911c65bdafc216080af049fa1e04ae6f9.tar.xz serverdata-70f728f911c65bdafc216080af049fa1e04ae6f9.zip |
[skip ci] testing
Diffstat (limited to 'npc')
-rw-r--r-- | npc/commands/kami.txt | 2 |
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: |