Moved namespace ItemField from item_instance.h to shareddb.cpp

This commit is contained in:
Uleat
2016-10-17 01:03:40 -04:00
parent 9f01d14c64
commit 3438247904
3 changed files with 14 additions and 12 deletions
+11
View File
@@ -38,6 +38,17 @@
#include "string_util.h"
#include "eqemu_config.h"
namespace ItemField
{
enum {
source = 0,
#define F(x) x,
#include "item_fieldlist.h"
#undef F
updated
};
}
SharedDatabase::SharedDatabase()
: Database()
{