diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-03-20 18:14:15 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-03-20 18:14:15 -0300 |
commit | 21e89c86f9179f0afb31fd35ca1e8abb3d6845e3 (patch) | |
tree | 3384cc25f84598990b56297d53a7256cd220454b /npc/000-0 | |
parent | ecf02d12007b75d1858f2d151a60ec2a8d4f995d (diff) | |
download | serverdata-21e89c86f9179f0afb31fd35ca1e8abb3d6845e3.tar.gz serverdata-21e89c86f9179f0afb31fd35ca1e8abb3d6845e3.tar.bz2 serverdata-21e89c86f9179f0afb31fd35ca1e8abb3d6845e3.tar.xz serverdata-21e89c86f9179f0afb31fd35ca1e8abb3d6845e3.zip |
Fix typo
Diffstat (limited to 'npc/000-0')
-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; |