mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-05 19:46:35 +00:00
Add buff level restrictions for pets
This commit is contained in:
@@ -40,6 +40,7 @@ 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