Replaced dynamic by static allocation in server packets header. Added command to test large packets.

This commit is contained in:
arrai 2009-01-04 18:34:37 +01:00
parent dbc228370c
commit dfa29a883f
4 changed files with 13 additions and 12 deletions

View file

@ -201,6 +201,7 @@ ChatCommand * ChatHandler::getCommandTable()
{ "anim", SEC_GAMEMASTER, false, &ChatHandler::HandleAnimCommand, "", NULL },
{ "lootrecipient", SEC_GAMEMASTER, false, &ChatHandler::HandleGetLootRecipient, "", NULL },
{ "arena", SEC_ADMINISTRATOR, false, &ChatHandler::HandleDebugArenaCommand, "", NULL },
{ "sendlargepacket",SEC_ADMINISTRATOR, false, &ChatHandler::HandleSendLargePacketCommand, "", NULL },
{ NULL, 0, false, NULL, "", NULL }
};