[Cleanup] Remove current_buff_count (#3067)

# Notes
- This was unused.
This commit is contained in:
Alex King
2023-03-16 20:23:41 -04:00
committed by GitHub
parent 7961d7afa8
commit 4a3e6b5edc
2 changed files with 1 additions and 4 deletions
-2
View File
@@ -6327,7 +6327,6 @@ void Client::InitializeBuffSlots()
buffs[x].spellid = SPELL_UNKNOWN;
buffs[x].UpdateClient = false;
}
current_buff_count = 0;
}
void Client::UninitializeBuffSlots()
@@ -6343,7 +6342,6 @@ void NPC::InitializeBuffSlots()
buffs[x].spellid = SPELL_UNKNOWN;
buffs[x].UpdateClient = false;
}
current_buff_count = 0;
}
void NPC::UninitializeBuffSlots()