mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 02:50:29 +00:00
Fix commands and starting to use nullptr instead of NULL
This commit is contained in:
@@ -32,8 +32,7 @@ public:
|
||||
{ "gmannounce", SEC_GAMEMASTER, true, &HandleGMAnnounceCommand, "" },
|
||||
{ "notify", SEC_GAMEMASTER, true, &HandleNotifyCommand, "" },
|
||||
{ "gmnotify", SEC_GAMEMASTER, true, &HandleGMNotifyCommand, "" },
|
||||
{ "whispers", SEC_GAMEMASTER, false, &HandleWhispersCommand, "" },
|
||||
{ NULL, 0, false, NULL, "" }
|
||||
{ "whispers", SEC_GAMEMASTER, false, &HandleWhispersCommand, "" }
|
||||
};
|
||||
return commandTable;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user