aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Texts
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2019-07-08 12:51:42 +0200
committerGiacomo Pozzoni <giacomopoz@gmail.com>2019-07-08 12:51:42 +0200
commit574a7c8d3d5f5a5660295deb70e905cf4dd756c4 (patch)
treee82828fb825b4f04cb841dc6cb53945d46fc15cc /src/server/game/Texts
parent84b7b2e08ea55575cbe62d795383d4a5341ffd4d (diff)
Core/Misc: More coding standards (#23519)
* Core/Misc: More coding standards * revert part * "void " or more to "void " * fix? reject * remove more double whitespaces * remove more double whitespaces * more standards * more coding standards * More standards * more coding * more coding standards * more coding standards * And more standards
Diffstat (limited to 'src/server/game/Texts')
-rw-r--r--src/server/game/Texts/CreatureTextMgr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/Texts/CreatureTextMgr.h b/src/server/game/Texts/CreatureTextMgr.h
index 57be35b2614..5f1a9985347 100644
--- a/src/server/game/Texts/CreatureTextMgr.h
+++ b/src/server/game/Texts/CreatureTextMgr.h
@@ -91,7 +91,7 @@ class TC_GAME_API CreatureTextMgr
void LoadCreatureTexts();
void LoadCreatureTextLocales();
- CreatureTextMap const& GetTextMap() const { return mTextMap; }
+ CreatureTextMap const& GetTextMap() const { return mTextMap; }
void SendSound(Creature* source, uint32 sound, ChatMsg msgType, WorldObject const* whisperTarget, CreatureTextRange range, Team team, bool gmOnly);
void SendEmote(Unit* source, uint32 emote);