rathena/npc/test/ci/5573.txt
Atemo ae3c6ce38b
Min/max issue (#5574)
* Fixed min/max issue for zero variable value
* Added a CI test script

Co-authored-by: Lemongrass3110 <lemongrass@kstp.at>
2020-11-27 14:50:29 +01:00

10 lines
135 B
Plaintext

- script Issue5573 -1,{
OnInit:
.i = 0;
.@i = min( .i, 200 );
if( .@i == 200 ){
errormes "Issue 5573 is happening again.";
}
}