Minor file renaming and tweaks

This commit is contained in:
Kayne Ruse
2014-05-13 00:09:37 +10:00
parent 80a26341b1
commit 01244005e9
10 changed files with 14 additions and 37 deletions
-2
View File
@@ -26,7 +26,6 @@
#include "client_data.hpp"
#include "account_data.hpp"
#include "character_data.hpp"
#include "combat_instance.hpp"
//maps
#include "map_allocator.hpp"
@@ -102,7 +101,6 @@ private:
std::map<int, ClientData> clientMap;
std::map<int, AccountData> accountMap;
std::map<int, CharacterData> characterMap;
std::map<int, CombatInstance> combatMap;
//maps
//TODO: I need to handle multiple map objects