1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-06-28 06:11:47 +02:00

fix typo in shield

update armor_inventory only when switch class
we can not be equipped with reserved armor another class
This commit is contained in:
2015-11-27 00:17:33 +01:00
parent e44dd3e74b
commit a0f2f09e90
3 changed files with 15 additions and 9 deletions

View File

@ -32,4 +32,4 @@ for _, i in pairs({"helmet", "chestplate", "boots", "leggings"}) do
end
pclasses.api.reserve_item("warrior", "shields:shield_mithril")
pclasses.api.reserve_item("warrior", "shields:shield_mithril")
pclasses.api.reserve_item("warrior", "shields:shield_blackmithril")