Implemented client-side HandleCharacterSet*(); untested

This commit is contained in:
Kayne Ruse
2014-12-22 23:01:53 +11:00
parent f52eafdf55
commit 3e2d1a5a56
4 changed files with 88 additions and 3 deletions
+1
View File
@@ -73,6 +73,7 @@ void ServerApplication::HandleRegionRequest(RegionPacket* const argPacket) {
void ServerApplication::HandleCharacterExists(CharacterPacket* const argPacket) {
//respond with all character data
//TODO: handle room and location specifications
CharacterPacket newPacket;
for (auto& it : *characterMgr.GetContainer()) {
CopyCharacterToPacket(&newPacket, it.first);