mirror of
https://github.com/EQEmu/Server.git
synced 2026-08-29 00:18:18 +00:00
[Quest API] Add GetHeroicStrikethrough() to Perl/Lua (#4150)
- Add `$mob->GetHeroicStrikethrough()`. - Add `mob:GetHeroicStrikethrough()`. - Allows operators to get a mob's Heroic Strikethrough.
This commit is contained in:
@@ -580,6 +580,7 @@ public:
|
||||
bool IsDestructibleObject();
|
||||
bool IsBoat();
|
||||
bool IsControllableBoat();
|
||||
int GetHeroicStrikethrough();
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user