diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-12-16 13:14:59 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-12-16 13:14:59 -0200 |
commit | 8c445c8186a6ae762fc0f6ae24bde777e31a4980 (patch) | |
tree | 59a7e8c7a075f9d62d154a272c2bfa2590c51f02 /npc | |
parent | 7ea3dcdf65a8c7a6e3307f0c46e5fb63a0ed671e (diff) | |
download | serverdata-8c445c8186a6ae762fc0f6ae24bde777e31a4980.tar.gz serverdata-8c445c8186a6ae762fc0f6ae24bde777e31a4980.tar.bz2 serverdata-8c445c8186a6ae762fc0f6ae24bde777e31a4980.tar.xz serverdata-8c445c8186a6ae762fc0f6ae24bde777e31a4980.zip |
Try to fix the bug?
Diffstat (limited to 'npc')
-rw-r--r-- | npc/functions/instances.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/instances.txt b/npc/functions/instances.txt index 57fe50be8..49f8905b8 100644 --- a/npc/functions/instances.txt +++ b/npc/functions/instances.txt @@ -15,7 +15,7 @@ OnRestart: if (.CANDOR_INSTID < 0) { debugmes "Error: No instance ID"; } else { - debugmes "created new instance id: " + str(.CANDOR_INSTID); + debugmes("created new instance id: %s", str(.CANDOR_INSTID)); .CANDOR1$=instance_attachmap("002-1", .CANDOR_INSTID, 0, "002-1@Candor"); if (.CANDOR1$ == "") debugmes "Error: Map 002-1 CANDY failed"; |