mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-01 19:56:38 +00:00
[Quest API] Add GetDeityName() to Perl/Lua (#4180)
# Perl - Add `$mob->GetDeityName()`. # Lua - Add `mob:GetDeityName()`. # Notes - Allows operators to get a mob's deity name.
This commit is contained in:
@@ -582,6 +582,7 @@ public:
|
||||
bool IsControllableBoat();
|
||||
int GetHeroicStrikethrough();
|
||||
bool IsAlwaysAggro();
|
||||
std::string GetDeityName();
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user