Renamed enum class InventoryVersion to MobVersion

This commit is contained in:
Uleat
2016-10-17 06:32:51 -04:00
parent 04f4fd652b
commit 101002d635
9 changed files with 886 additions and 342 deletions
+1 -1
View File
@@ -911,7 +911,7 @@ bool EQEmu::InventoryProfile::SupportsClickCasting(int16 slot_id)
}
else if (slot_id >= legacy::GENERAL_BAGS_BEGIN && slot_id <= legacy::GENERAL_BAGS_END)
{
if (inventory::Lookup(m_inventory_version)->AllowClickCastFromBag)
if (inventory::Lookup(m_mob_version)->AllowClickCastFromBag)
return true;
}