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
View File
@@ -4,6 +4,7 @@ EQEMu Changelog (Started on Sept 24, 2003 15:50)
Uleat: Moved namespace ItemField from item_instance.h to shareddb.cpp - the only place it is used
Uleat: Separated class Inventory from item_instance files into inventory_profile files
Uleat: Renamed class Inventory to EQEmu::InventoryProfile
Uleat: Renamed enum class InventoryVersion to MobVersion
== 10/16/2016 ==
Uleat: Renamed struct EQEmu::ItemBase to EQEmu::ItemData and class ItemInst to EQEmu::ItemInstance