[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:
Alex King
2023-07-28 00:16:41 -04:00
committed by GitHub
parent 0dbcf83a11
commit 8c4cd34e01
3 changed files with 14 additions and 0 deletions
+1
View File
@@ -557,6 +557,7 @@ public:
std::string GetClassPlural();
std::string GetRacePlural();
bool IsTemporaryPet();
uint32 GetMobTypeIdentifier();
};
#endif