Pet target in UF+

I think older clients might have something like this that sets
some spawn data, but these are the only clients that display something
This commit is contained in:
Michael Cook (mackal)
2015-05-31 00:09:59 -04:00
parent 03c006bef5
commit 7011395d4c
6 changed files with 21 additions and 0 deletions
+1
View File
@@ -39,6 +39,7 @@ 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);
};