diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-02-03 00:34:08 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-02-03 00:34:08 -0300 |
commit | e291c2f3c6adc0f730853db6ff65afc0d3690b93 (patch) | |
tree | e18b3d81a24bd09317bfa4c164e79256c62ab2f9 /npc/magic | |
parent | fefe4d94dfc48501a8b0f0a64ae8fc1bc4385f83 (diff) | |
download | serverdata-e291c2f3c6adc0f730853db6ff65afc0d3690b93.tar.gz serverdata-e291c2f3c6adc0f730853db6ff65afc0d3690b93.tar.bz2 serverdata-e291c2f3c6adc0f730853db6ff65afc0d3690b93.tar.xz serverdata-e291c2f3c6adc0f730853db6ff65afc0d3690b93.zip |
Classic mistakesr13.1_20210203
Diffstat (limited to 'npc/magic')
-rw-r--r-- | npc/magic/study.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/magic/study.txt b/npc/magic/study.txt index f61bdbca9..728bd936a 100644 --- a/npc/magic/study.txt +++ b/npc/magic/study.txt @@ -30,7 +30,7 @@ function script SK_study { } // Report - dispbottom l("%s - %d/%d HP, %d/%d MP", + dispbottom l("%s - %s/%s HP, %s/%s MP", getmonsterinfo(.@mobID, MOB_NAME), fnum(getunitdata(.@mobGD, UDT_HP)), fnum(getunitdata(.@mobGD, UDT_MAXHP)), |