feat: add weapon and shield items
This commit is contained in:
@@ -113,7 +113,8 @@ namespace L2Bot::Domain::Entities
|
||||
name,
|
||||
iconName,
|
||||
description,
|
||||
weight
|
||||
weight,
|
||||
Enums::ItemType::armor
|
||||
),
|
||||
m_IsEquipped(isEquipped),
|
||||
m_EnchantLevel(enchantLevel),
|
||||
|
Reference in New Issue
Block a user