diff options
Diffstat (limited to 'src/map')
-rw-r--r-- | src/map/script.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/script.c b/src/map/script.c index dbcf96be9..f55355cd8 100644 --- a/src/map/script.c +++ b/src/map/script.c @@ -11327,6 +11327,7 @@ void op_2(struct script_state *st,int op) }else{ // si,is => error ShowWarning("script: op_2: int&str, str&int not allow."); + report_src(st); push_val(st->stack,C_INT,0); } } |