Pruned the usage of the incomplete monster system

This commit is contained in:
2015-07-07 12:41:57 +10:00
parent 68429806d1
commit 210bccbe0d
12 changed files with 19 additions and 125 deletions
-5
View File
@@ -327,11 +327,6 @@ void ServerApplication::HandlePacket(SerialPacket* const argPacket) {
hCharacterDamage(static_cast<CharacterPacket*>(argPacket));
break;
//monster management
case SerialPacketType::MONSTER_DAMAGE:
hMonsterDamage(static_cast<MonsterPacket*>(argPacket));
break;
//chat
case SerialPacketType::TEXT_BROADCAST:
hTextBroadcast(static_cast<TextPacket*>(argPacket));