[Bug Fix] Removed unused pointer. Fixes #157. (#1748)

This commit is contained in:
JJ
2021-11-13 10:39:35 -05:00
committed by GitHub
parent e8607a0c78
commit cef352f0ac
3 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -266,7 +266,7 @@ void HateList::DoFactionHits(int32 npc_faction_level_id) {
}
}
int HateList::GetSummonedPetCountOnHateList(Mob *hater) {
int HateList::GetSummonedPetCountOnHateList() {
//Function to get number of 'Summoned' pets on a targets hate list to allow calculations for certian spell effects.
//Unclear from description that pets are required to be 'summoned body type'. Will not require at this time.