[Quest API] Add IsRareSpawn() to Perl/Lua. (#2338)

- Add $npc->IsRareSpawn() to Perl.
- Add npc:IsRareSpawn() to Lua.
This commit is contained in:
Kinglykrab
2022-07-30 19:40:51 -04:00
committed by GitHub
parent 113846c48c
commit 576e7b0f91
4 changed files with 15 additions and 0 deletions
+1
View File
@@ -142,6 +142,7 @@ public:
void RecalculateSkills();
void ScaleNPC(uint8 npc_level);
bool IsRaidTarget();
bool IsRareSpawn();
void ChangeLastName(std::string last_name);
void ClearLastName();
bool HasItem(uint32 item_id);