Core/Misc: Fixed doxygen docs being attached to wrong fields

This commit is contained in:
Shauren
2023-08-27 01:58:50 +02:00
parent 9ca85627e2
commit 43584b4d1d
9 changed files with 43 additions and 43 deletions

View File

@@ -172,7 +172,7 @@ class TC_GAME_API ReputationMgr
uint8 _honoredFactionCount :8;
uint8 _reveredFactionCount :8;
uint8 _exaltedFactionCount :8;
bool _sendFactionIncreased; //! Play visual effect on next SMSG_SET_FACTION_STANDING sent
bool _sendFactionIncreased; //!< Play visual effect on next SMSG_SET_FACTION_STANDING sent
};
#endif