diff options
author | megamage <none@none> | 2009-01-04 16:37:14 -0600 |
---|---|---|
committer | megamage <none@none> | 2009-01-04 16:37:14 -0600 |
commit | 2d319dd5b41c12f50250c006cca66f0316b90dc2 (patch) | |
tree | 4f8a547fc3a2a567dae63a61bf8b020e8a8126fe /src/game/Chat.cpp | |
parent | eb5a7b02eef6fe13684dfe14faf048bbce1d0f83 (diff) |
*Mangos: replaced dynamic by static allocation in server packets header. Added command to test large packets. By arrai.
*Mangos: [7022] Added support for packets > 64 kb. By derex.
--HG--
branch : trunk
Diffstat (limited to 'src/game/Chat.cpp')
-rw-r--r-- | src/game/Chat.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/Chat.cpp b/src/game/Chat.cpp index d5a59360035..334133b1f7b 100644 --- a/src/game/Chat.cpp +++ b/src/game/Chat.cpp @@ -208,6 +208,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 } }; |