git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10230 54d463be-8e91-2dee-dedb-b68131a5f0ec
@@ -4439,7 +4439,7 @@ int status_get_sc_def(struct block_list *bl, int type, int rate, int tick, int f
//Effect that cannot be reduced? Likely a buff.
if (!(rand()%10000 < rate))
return 0;
- return tick;
+ return tick?tick:1;
}
if (sd) {