Skip to content

Commit

Permalink
chore(Commands): ignore new chat command functions (#27)
Browse files Browse the repository at this point in the history
Co-Authored-By: Kargatum <dowlandtop@yandex.com>
  • Loading branch information
locus313 and Winfidonarleyan authored Nov 19, 2021
1 parent cd7bc26 commit df37085
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Individual_XP.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit df37085

Please sign in to comment.