forked from MagicBane/Server
equipping bug
This commit is contained in:
@@ -32,7 +32,7 @@ public enum ItemManager {
|
|||||||
return true;
|
return true;
|
||||||
|
|
||||||
if (item.template.item_race_res.isEmpty() == false)
|
if (item.template.item_race_res.isEmpty() == false)
|
||||||
if (item.template.item_class_res.contains(race) == false)
|
if (item.template.item_race_res.contains(race) == false)
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
|
|||||||
Reference in New Issue
Block a user