mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 03:08:26 +00:00
Implement Pet Command Stop
This commit is contained in:
@@ -875,6 +875,8 @@ public:
|
||||
inline const bool IsNoCast() const { return nocast; }
|
||||
inline void SetFocused(bool nState) { focused = nState; }
|
||||
inline const bool IsFocused() const { return focused; }
|
||||
inline void SetPetStop(bool nState) { pet_stop = nState; }
|
||||
inline const bool IsPetStop() const { return pet_stop; }
|
||||
inline const bool IsRoamer() const { return roamer; }
|
||||
inline const int GetWanderType() const { return wandertype; }
|
||||
inline const bool IsRooted() const { return rooted || permarooted; }
|
||||
@@ -1184,6 +1186,7 @@ protected:
|
||||
bool gheld;
|
||||
bool nocast;
|
||||
bool focused;
|
||||
bool pet_stop;
|
||||
bool spawned;
|
||||
void CalcSpellBonuses(StatBonuses* newbon);
|
||||
virtual void CalcBonuses();
|
||||
|
||||
Reference in New Issue
Block a user