fix: 아이템 치료의 우선순위가 낮아 '경상'치료가 안되는 버그 수정

This commit is contained in:
2022-05-09 02:42:08 +09:00
parent 456d72d903
commit c5345494b1
@@ -8,7 +8,7 @@ use sammo\Util;
use sammo\JosaUtil;
class che_아이템치료 extends BaseGeneralTrigger{
protected $priority = 20010;
protected $priority = 9990;
protected $injuryTarget = 10;
public function __construct(General $general, int $injuryTarget=10){