Added support for quests to enable and then redisable processing of movement.

This commit is contained in:
Noudess
2020-07-27 10:43:24 -04:00
parent 44a1256eb9
commit 8e7591cd4b
7 changed files with 32 additions and 1 deletions
+1
View File
@@ -93,6 +93,7 @@ public:
AA::Ability *GetAlternateAdvancementAbilityByRank(int rank_id);
AA::Rank *GetAlternateAdvancementRank(int rank_id);
bool is_zone_time_localized;
bool process_mobs_while_empty;
bool AggroLimitReached() { return (aggroedmobs > 10) ? true : false; }
bool AllowMercs() const { return (allow_mercs); }
bool CanBind() const { return (can_bind); }