aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Reputation/ReputationMgr.h
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2021-08-28 16:08:33 +0200
committerShauren <shauren.trinity@gmail.com>2021-08-28 16:08:33 +0200
commit8cc418460fb8278002b0b8416b49728d0ff0ec76 (patch)
tree2bf94a0775a4cf03f8a3c63f9d24e0c7150435e9 /src/server/game/Reputation/ReputationMgr.h
parent962f6d7988b9003e550f6745be7cff812e9d8efa (diff)
Core/Misc: Fix gcc warnings
Diffstat (limited to 'src/server/game/Reputation/ReputationMgr.h')
-rw-r--r--src/server/game/Reputation/ReputationMgr.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/server/game/Reputation/ReputationMgr.h b/src/server/game/Reputation/ReputationMgr.h
index 3d3d411fe1e..dc22fe6cd8d 100644
--- a/src/server/game/Reputation/ReputationMgr.h
+++ b/src/server/game/Reputation/ReputationMgr.h
@@ -29,11 +29,7 @@
struct FactionEntry;
struct FactionTemplateEntry;
-static uint32 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
-};
+TC_GAME_API extern uint32 const ReputationRankStrIndex[MAX_REPUTATION_RANK];
enum class ReputationFlags : uint16
{