mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-04-09 06:23:50 +00:00
cleanup: remove misleading (void)isPlayerTarget cast
The variable is used earlier in the function for hostile attacker tracking, so the (void) cast falsely suggests it was unused. Leftover from a prior refactor.
This commit is contained in:
parent
961af04b36
commit
6731e5845a
1 changed files with 0 additions and 1 deletions
|
|
@ -519,7 +519,6 @@ void CombatHandler::handleAttackerStateUpdate(network::Packet& packet) {
|
|||
addCombatText(CombatTextEntry::RESIST, static_cast<int32_t>(totalResisted), 0, isPlayerAttacker, 0, data.attackerGuid, data.targetGuid);
|
||||
}
|
||||
|
||||
(void)isPlayerTarget;
|
||||
}
|
||||
|
||||
void CombatHandler::handleSpellDamageLog(network::Packet& packet) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue