From aa1461430c3d7c31bd03eca02c7b91a274351c19 Mon Sep 17 00:00:00 2001 From: AnnieRuru Date: Sun, 31 Aug 2014 00:14:21 +0800 Subject: follow up https://github.com/HerculesWS/Hercules/commit/a06e53479131c25ce2343c431c688c57b3bfa2c0 to mimic the *sc_start documentation to rathena and fixed return 0; into return true; thx to Litro for bringing up http://hercules.ws/board/topic/6997-debug-whats-wrong/ --- src/map/script.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/map') diff --git a/src/map/script.c b/src/map/script.c index 2f0aa5831..26072cf66 100644 --- a/src/map/script.c +++ b/src/map/script.c @@ -10095,7 +10095,7 @@ BUILDIN(sc_start) } if(!bl) - return 0; + return true; switch(start_type) { case 1: @@ -10112,7 +10112,7 @@ BUILDIN(sc_start) status->change_start(bl, bl, type, rate, val1, val2, val3, val4, tick, flag); break; } - return 0; + return true; } /// Ends one or all status effects on the target unit or on the attached player. -- cgit v1.2.3-70-g09d2