feat: add weapon and shield items

This commit is contained in:
k0t9i
2023-01-24 18:37:47 +04:00
parent 2b94f823f2
commit ca0183603f
11 changed files with 487 additions and 9 deletions

View File

@@ -71,7 +71,8 @@ namespace L2Bot::Domain::Entities
name,
iconName,
description,
weight
weight,
Enums::ItemType::etc
),
m_Amount(amount),
m_IsQuest(isQuest)