Commit 88a35b59 authored by edo9300's avatar edo9300 Committed by GitHub

fix

parent 959cbe91
......@@ -2201,7 +2201,7 @@ int32 card::is_can_add_counter(uint8 playerid, uint16 countertype, uint16 count,
break;
}
}
if(!check)
if(!check && !(countertype & COUNTER_WITHOUT_PERMIT))
return FALSE;
uint16 cttype = countertype & ~COUNTER_NEED_ENABLE;
int32 limit = -1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment