mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-03 17:46:36 +00:00
[Cleanup] Remove CountTempPets() from zone/entity.cpp and zone/entity.h (#3390)
* [Cleanup] Remove CountTempPets() from zone/entity.cpp and zone/entity.h # Notes - This is unused. * Update entity.h
This commit is contained in:
@@ -311,7 +311,6 @@ public:
|
||||
void RemoveAllRaids();
|
||||
void RemoveAllEncounters();
|
||||
void DestroyTempPets(Mob *owner);
|
||||
int16 CountTempPets(Mob *owner);
|
||||
void AddTempPetsToHateList(Mob *owner, Mob* other, bool bFrenzy = false);
|
||||
void AddTempPetsToHateListOnOwnerDamage(Mob *owner, Mob* attacker, int32 spell_id);
|
||||
Entity *GetEntityMob(uint16 id);
|
||||
|
||||
Reference in New Issue
Block a user