diff options
author | Emistry <Equinox1991@gmail.com> | 2015-07-05 11:49:27 +0800 |
---|---|---|
committer | Emistry <Equinox1991@gmail.com> | 2015-07-05 11:49:27 +0800 |
commit | 0177783215ae97d08109f7af91a20b78b6a0df90 (patch) | |
tree | fdd6c85fc9dedcf4a379beb58689d7dbd588d045 /src/map | |
parent | e26c8e0f545b2cec1177376574317acc70c7e5d0 (diff) | |
download | hercules-0177783215ae97d08109f7af91a20b78b6a0df90.tar.gz hercules-0177783215ae97d08109f7af91a20b78b6a0df90.tar.bz2 hercules-0177783215ae97d08109f7af91a20b78b6a0df90.tar.xz hercules-0177783215ae97d08109f7af91a20b78b6a0df90.zip |
Follow up 25c5a610555f442005d562ad463a4f22efb6f744
missing character.
Diffstat (limited to 'src/map')
-rw-r--r-- | src/map/script.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/script.c b/src/map/script.c index b74f1d0ab..47ac151ed 100644 --- a/src/map/script.c +++ b/src/map/script.c @@ -19679,7 +19679,7 @@ BUILDIN(showscript) { } if (!bl) { - ShowError("buildin_showscript: Script not attached. (id=%, rid=%d, oid=%d)\n", id, st->rid, st->oid); + ShowError("buildin_showscript: Script not attached. (id=%d, rid=%d, oid=%d)\n", id, st->rid, st->oid); script_pushint(st, 0); return false; } |