Core/Misc: Fix gcc warnings

This commit is contained in:
Shauren
2021-08-28 16:08:33 +02:00
parent 962f6d7988
commit 8cc418460f
7 changed files with 16 additions and 8 deletions

View File

@@ -27,6 +27,12 @@
#include "World.h"
#include "WorldSession.h"
uint32 const ReputationRankStrIndex[MAX_REPUTATION_RANK] =
{
LANG_REP_HATED, LANG_REP_HOSTILE, LANG_REP_UNFRIENDLY, LANG_REP_NEUTRAL,
LANG_REP_FRIENDLY, LANG_REP_HONORED, LANG_REP_REVERED, LANG_REP_EXALTED
};
std::set<int32> const ReputationMgr::ReputationRankThresholds =
{
-42000,