chore(Commands): ignore new chat command functions (#27)

Co-Authored-By: Kargatum <dowlandtop@yandex.com>
This commit is contained in:
Patrick Lewis
2021-11-18 22:41:13 -08:00
committed by GitHub
parent cd7bc268c6
commit df37085ef4

View File

@@ -6,6 +6,12 @@
#include "Object.h"
#include "DataMap.h"
#if AC_COMPILER == AC_COMPILER_GNU
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
#endif
using namespace Acore::ChatCommands;
/*
Coded by Talamortis - For Azerothcore
Thanks to Rochet for the assistance