Skip to content

Commit

Permalink
BG/AV: Fix removing reinforcements in AV on GY capture
Browse files Browse the repository at this point in the history
  • Loading branch information
killerwife committed Feb 27, 2022
1 parent a05b7ef commit e0ba283
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game/BattleGround/BattleGroundAV.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ void BattleGroundAV::ProcessPlayerDestroyedPoint(AVNodeIds node)
PvpTeamIndex otherTeamIdx = GetOtherTeamIndex(ownerTeamIdx);
Team ownerTeam = GetTeamIdByTeamIndex(ownerTeamIdx);

bool isTower = m_nodes[node].graveyardId;
bool isTower = m_nodes[node].graveyardId == 0;
uint32 newState = 0;

// despawn banner
Expand Down

0 comments on commit e0ba283

Please sign in to comment.