diff options
-rw-r--r-- | npc/000-0/sailors.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/000-0/sailors.txt b/npc/000-0/sailors.txt index 6974ad32c..87b8a57fa 100644 --- a/npc/000-0/sailors.txt +++ b/npc/000-0/sailors.txt @@ -264,7 +264,7 @@ OnForceReset: close; OnForceReset2: - logmes("%s - Reset Forced by System Admin", getcharid(3)); + logmes(sprintf("%s - Reset Forced by System Admin", getcharid(3))); #TUTORIAL_DONE=false; @forcereset=true; goto OnForceReset; |