mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-02 12:36:36 +00:00
[Quest API] Add IsAlwaysAggro() to Perl/Lua (#4152)
- Add `$mob->IsAlwaysAggro()`. - Add `mob:IsAlwaysAggro()`. - Allows operators to determine if a mob is set to always aggro.
This commit is contained in:
@@ -581,6 +581,7 @@ public:
|
||||
bool IsBoat();
|
||||
bool IsControllableBoat();
|
||||
int GetHeroicStrikethrough();
|
||||
bool IsAlwaysAggro();
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user