mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-15 23:20:36 +01:00
Core/Support: Fix some static analysis issues
This commit is contained in:
@@ -518,7 +518,8 @@ std::string SuggestionTicket::FormatViewMessageString(ChatHandler& handler, bool
|
||||
}
|
||||
|
||||
SupportMgr::SupportMgr() : _lastGmTicketId(0), _lastBugId(0), _lastComplaintId(0), _lastSuggestionId(0), _openGmTicketCount(0),
|
||||
_openBugTicketCount(0), _openComplaintTicketCount(0), _openSuggestionTicketCount(0) { }
|
||||
_openBugTicketCount(0), _openComplaintTicketCount(0), _openSuggestionTicketCount(0), _lastChange(0), _supportSystemStatus(false),
|
||||
_bugSystemStatus(false), _complaintSystemStatus(false), _suggestionSystemStatus(false) { }
|
||||
|
||||
SupportMgr::~SupportMgr()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user