Skip to content

Commit

Permalink
Core/Support: Fix some static analysis issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Carbenium committed Mar 26, 2015
1 parent 1262072 commit 75ab5b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/server/game/Support/SupportMgr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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()
{
Expand Down

0 comments on commit 75ab5b0

Please sign in to comment.