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

This commit is contained in:
2022-05-09 02:42:08 +09:00
parent 397aa76e15
commit 0ae6584b02
@@ -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){