저격시 아이템이 무조건 소모되는 버그 수정
This commit is contained in:
@@ -86,7 +86,7 @@ abstract class BaseWarUnitTrigger extends ObjectTrigger{
|
||||
$itemRawName = $item->getRawName();
|
||||
$self->activateSkill($itemName);
|
||||
|
||||
if (!($this->raiseType & static::TYPE_CONSUMABLE_ITEM)) {
|
||||
if ($this->raiseType != static::TYPE_CONSUMABLE_ITEM) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user