persister cleanup

This commit is contained in:
DarthArgus
2016-12-15 03:00:59 +00:00
parent 76d08c50da
commit 18cb7d0e95
452 changed files with 1344 additions and 1532 deletions
@@ -1294,7 +1294,7 @@ void CommandQueue::executeCommand(Command const &command, NetworkId const &targe
status = Command::CEC_Success;
static bool s_tradeAllowedCommandsInit = false;
typedef stdvector<uint32>::fwd Uint32Vector;
typedef std::vector<uint32> Uint32Vector;
static Uint32Vector s_tradeAllowedCommands;
if (!s_tradeAllowedCommandsInit)