From d9d6e5732d0e07d6975e99ca32b146b9d6aa8944 Mon Sep 17 00:00:00 2001 From: Anubisss Date: Fri, 11 Jun 2010 01:55:04 +0200 Subject: Add NULL rows for 2 ChatCommand table. --HG-- branch : trunk --- src/server/game/Chat/Chat.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/server/game/Chat/Chat.cpp b/src/server/game/Chat/Chat.cpp index 10fec8fbe4f..a976a2fcafc 100644 --- a/src/server/game/Chat/Chat.cpp +++ b/src/server/game/Chat/Chat.cpp @@ -133,11 +133,13 @@ ChatCommand * ChatHandler::getCommandTable() static ChatCommand channelSetCommandTable[] = { { "public", SEC_ADMINISTRATOR, true, &ChatHandler::HandleChannelSetPublic, "", NULL }, + { NULL, 0, false, NULL, "", NULL } }; static ChatCommand channelCommandTable[] = { { "set", SEC_ADMINISTRATOR, true, NULL, "", channelSetCommandTable }, + { NULL, 0, false, NULL, "", NULL } }; static ChatCommand debugPlayCommandTable[] = -- cgit v1.2.3