From f69af80cdba997b6fe10310b36bca8a9994c6eab Mon Sep 17 00:00:00 2001 From: skotlex Date: Thu, 20 Jul 2006 23:13:22 +0000 Subject: - Added source reporting when you do an invalid int&str or str&int operation on a script. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7782 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/script.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/map') 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); } } -- cgit v1.2.3-70-g09d2