summaryrefslogtreecommitdiff
path: root/npc/functions
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions')
-rw-r--r--npc/functions/util.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/util.txt b/npc/functions/util.txt
index bd584b35e..dc21765be 100644
--- a/npc/functions/util.txt
+++ b/npc/functions/util.txt
@@ -455,7 +455,7 @@ function script mstone {
.jlv=10;
if (is_staff())
- debugmes("Check: @@ == @@ && (@@ for int, @@ for blvl, @@ for jlvl). @@ == @@.", MAGIC_LVL, .@v,
+ debugmes("Check: %d == %d && (%d for int, %d for blvl, %d for jlvl). %d == %d.", MAGIC_LVL, .@v,
$MANA_BINT+(.int*.@v), $MANA_BINT+(.lvl*.@v), $MANA_BINT+(.jlv*.@v),
readparam(Sp), readparam(MaxSp));