diff options
Diffstat (limited to 'npc/magic')
-rw-r--r-- | npc/magic/config.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/magic/config.txt b/npc/magic/config.txt index 2a6a9559..e55833bc 100644 --- a/npc/magic/config.txt +++ b/npc/magic/config.txt @@ -395,7 +395,7 @@ function script mcharge { // Low supply warning if (countitem(.@it) <= 3) dispbottom col(b(l("Warning, %d remaining: %s", - 3, getitemname(.@it))), 1); + countitem(.@it), getitemname(.@it))), 1); } @MCHARGE[@skillId]-=1; return; |