git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16599 54d463be-8e91-2dee-dedb-b68131a5f0ec
@@ -16811,48 +16811,63 @@ BUILDIN_FUNC(checkre)
case 0:
#ifdef RENEWAL
script_pushint(st, 1);
+ #else
+ script_pushint(st, 0);
#endif
break;
case 1:
#ifdef RENEWAL_CAST
case 2:
#ifdef RENEWAL_DROP
case 3:
#ifdef RENEWAL_EXP
case 4:
#ifdef RENEWAL_LVDMG
case 5:
#ifdef RENEWAL_CAST_VMIN
case 6:
#ifdef RENEWAL_EDP
case 7:
#ifdef RENEWAL_ASPD
default:
ShowWarning("buildin_checkre: unknown parameter.\n");
}
- script_pushint(st, 0);
return 0;