Jump to content
TrinityCore

help ! about BattlefieldWG!Wintergrasp!


0occco0
 Share

Recommended Posts

Ask all the experts!!!
About BattlefieldWG BUFF!!!

void BattlefieldWG::UpdateTenacity()
{
uint32 alliancePlayers = m_PlayersInWar[TEAM_ALLIANCE].size();
uint32 hordePlayers = m_PlayersInWar[TEAM_HORDE].size();
int32 newStack = 0;
……
}

I want to know “m_PlayersInWar”
↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓
GuidUnorderedSet m_PlayersInWar[PVP_TEAMS_COUNT]; // Players in WG combat

↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑

Is it the total number of people entering the battlefield or the total number of people entering the combat state???

thx!!!!

Edited by 0occco0
Link to comment
Share on other sites

  • 0occco0 changed the title to help ! about BattlefieldWG!Wintergrasp!
 Share

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...