Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/development' into repacker
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Aug 6, 2024
2 parents 3ae5280 + d910f62 commit 8b4b2da
Show file tree
Hide file tree
Showing 6 changed files with 115 additions and 112 deletions.
2 changes: 1 addition & 1 deletion src/game/GuardMgr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ enum GuardIds
NPC_ARGENT_SENTRY = 16378,
};

GuardMgr::GuardMgr()
GuardMgr::GuardMgr() : m_uiRechargeTimer(GUARD_POST_RECHARGE_TIME)
{
// Area Id Alliance NPC Horde NPC
m_mAreaGuardInfo.insert({ AREA_STORMWIND, AreaGuardInfo(NPC_STORMWIND_CITY_GUARD, NPC_NONE) });
Expand Down
Loading

0 comments on commit 8b4b2da

Please sign in to comment.