diff options
Diffstat (limited to 'src/map')
-rw-r--r-- | src/map/script.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/script.c b/src/map/script.c index ec0c3494c..63d3f1a16 100644 --- a/src/map/script.c +++ b/src/map/script.c @@ -7152,7 +7152,7 @@ BUILDIN_FUNC(gettimestr) *------------------------------------------*/ BUILDIN_FUNC(openstorage) { - TB_PC* sd; + TBL_PC* sd; sd = script_rid2sd(st); if( sd == NULL ) @@ -7244,7 +7244,7 @@ BUILDIN_FUNC(makepet) *------------------------------------------*/ BUILDIN_FUNC(getexp) { - TBL_PC* sd;; + TBL_PC* sd; int base=0,job=0; double bonus; |