diff options
Diffstat (limited to 'npc/functions/vault.txt')
-rw-r--r-- | npc/functions/vault.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/vault.txt b/npc/functions/vault.txt index 2911a47c1..78eb5e7db 100644 --- a/npc/functions/vault.txt +++ b/npc/functions/vault.txt @@ -19,7 +19,7 @@ function script getvaultexp { RB_DEBUGMES | RB_IRCBROADCAST | RB_GLOBALANNOUNCE | RB_ISFATAL); if (getvaultid()) { ##VAULT_EXP+=.@exp; - debugmes("Granting %d Soul Exp to %d under the Moubootaur's authority.", + consoleinfo("Granting %d Soul Exp to %d under the Moubootaur's authority.", .@exp, ##VAULT); } return; |