chore(Commands): ignore new chatcommant functions (#44)

This commit is contained in:
Kargatum
2021-10-22 22:41:16 +07:00
committed by GitHub
parent 7e16a2d035
commit 49c01ed323

View File

@@ -27,6 +27,12 @@ EndScriptData */
#include "AuctionHouseBot.h"
#include "Config.h"
#if AC_COMPILER == AC_COMPILER_GNU
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
#endif
using namespace Acore::ChatCommands;
class ah_bot_commandscript : public CommandScript
{
public: