Fixed wrong condition in monk.txt issue #2057

Thanks @TheNoobCompany !
This commit is contained in:
Atemo 2017-04-12 20:42:25 +02:00
parent 1261d92c43
commit c098d0c518

View File

@ -2026,7 +2026,7 @@ monk_test,389,43,0 duplicate(MonkTrap) Trap#t_monk7_3 -1
monk_test,389,42,0 duplicate(MonkTrap) Trap#t_monk7_4 -1
job_monk,225,180,1 script Hyunmoo#mk 89,{
if ((countitem(1069) > 0 || countitem(1070) > 0) && (countitem(1069) < 30 || countitem(1070) < 30)) {
if ((countitem(1069) > 0 || countitem(1070) > 0) && countitem(1069) < 30 && countitem(1070) < 30) {
mes "[Hyunmoo]";
mes "You didn't bring enough mushrooms... go get some more.";
next;