diff options
Diffstat (limited to 'src/map')
-rw-r--r-- | src/map/script.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/script.c b/src/map/script.c index cc9552d60..b73918c64 100644 --- a/src/map/script.c +++ b/src/map/script.c @@ -14630,7 +14630,6 @@ BUILDIN(getbattleflag) } else { script_pushint(st,0); ShowWarning("buildin_getbattleflag: non-exist battle config requested %s \n", flag); - script->reportsrc(st); return false; } |