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 -2
View File
@@ -17,10 +17,9 @@
*/
#include "worlddb.h"
//#include "../common/item_instance.h"
#include "../common/string_util.h"
#include "../common/eq_packet_structs.h"
#include "../common/item_instance.h"
#include "../common/inventory_profile.h"
#include "../common/rulesys.h"
#include <iostream>
#include <cstdlib>