mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-03 05:16:37 +00:00
Move PetHoTT to NPC::SetTarget for charmed pets
This commit is contained in:
@@ -7,7 +7,6 @@ struct NPCType;
|
||||
class Pet : public NPC {
|
||||
public:
|
||||
Pet(NPCType *type_data, Mob *owner, PetType type, uint16 spell_id, int16 power);
|
||||
virtual void SetTarget(Mob *mob);
|
||||
virtual bool CheckSpellLevelRestriction(uint16 spell_id);
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user