Added support for level 2 armors (#6251)

Thanks to @Atemo and @aleos89 for their help.

Co-authored-by: Atemo <capucrath@gmail.com>
Co-authored-by: Aleos <aleos89@users.noreply.github.com>
This commit is contained in:
Lemongrass3110
2021-10-06 16:57:25 +02:00
committed by GitHub
parent f9d4eeb4a1
commit c4df5caa00
48 changed files with 13422 additions and 6593 deletions

View File

@@ -607,6 +607,8 @@ static bool item_db_yaml2sql(const std::string &file, const std::string &table)
if (appendEntry(input["WeaponLevel"], value))
column.append("`weapon_level`,");
if (appendEntry(input["ArmorLevel"], value))
column.append("`armor_level`,");
if (appendEntry(input["EquipLevelMin"], value))
column.append("`equip_level_min`,");
if (appendEntry(input["EquipLevelMax"], value))