1
This commit is contained in:
parent
f230ee1b52
commit
16971ee6d8
@ -2772,7 +2772,13 @@ void Human::ProcAddItemDto(AddItemDTO& dto)
|
|||||||
break;
|
break;
|
||||||
case EQUIP_TYPE_GEMSTONE:
|
case EQUIP_TYPE_GEMSTONE:
|
||||||
{
|
{
|
||||||
ProcYellowStoneItem(dto);
|
if (dto.item_meta->equip_subtype() == GEMSTONE_SUB_EQUIP_ENERGY) {
|
||||||
|
ProcYellowStoneItem(dto);
|
||||||
|
} else if (dto.item_meta->equip_subtype() == GEMSTONE_SUB_EQUIP_SKILL) {
|
||||||
|
ProcBlueStoneItem(dto);
|
||||||
|
} else if (dto.item_meta->equip_subtype() == GEMSTONE_SUB_EQUIP_SHIELD) {
|
||||||
|
ProcPurpleStoneItem(dto);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case EQUIP_TYPE_LOVE:
|
case EQUIP_TYPE_LOVE:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user