From 102d20ae15b3382f23e4d845926282974245e99a Mon Sep 17 00:00:00 2001 From: shennetsind Date: Sun, 15 Feb 2015 15:14:13 -0200 Subject: Follow up 909c0644ce45945c8e3fdc5eb77ebdd1a1cb93d0 No longer returns any value. Either it will succeed, or it will stop the script (at which point having a return value has no purpose) Signed-off-by: shennetsind --- src/map/script.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/map/script.c') diff --git a/src/map/script.c b/src/map/script.c index 1a6289db3..401cb0757 100644 --- a/src/map/script.c +++ b/src/map/script.c @@ -7994,7 +7994,6 @@ BUILDIN(delequip) if(i >= 0) { pc->unequipitem(sd,i,3); //recalculate bonus pc->delitem(sd,i,1,0,2,LOG_TYPE_SCRIPT); - script_pushint(st,1); return true; } -- cgit v1.2.3-60-g2f50