Separated class Inventory from item_instance files into inventory_profile files

This commit is contained in:
Uleat
2016-10-17 02:41:09 -04:00
parent 3438247904
commit 1cb79c8c1f
14 changed files with 1668 additions and 1604 deletions
+1
View File
@@ -2,6 +2,7 @@ EQEMu Changelog (Started on Sept 24, 2003 15:50)
-------------------------------------------------------
== 10/17/2016 ==
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
== 10/16/2016 ==
Uleat: Renamed struct EQEmu::ItemBase to EQEmu::ItemData and class ItemInst to EQEmu::ItemInstance