mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-02 08:26:36 +00:00
[Quest API] Add GetMobTypeIdentifier() to Perl/Lua (#3512)
# Perl - Add `$mob->GetMobTypeIdentifier()`. # Lua - Add `mob:GetMobTypeIdentifier()`. # Notes - Gets unique identifier independent of mob type.
This commit is contained in:
@@ -557,6 +557,7 @@ public:
|
||||
std::string GetClassPlural();
|
||||
std::string GetRacePlural();
|
||||
bool IsTemporaryPet();
|
||||
uint32 GetMobTypeIdentifier();
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user