[Quest API] Add IsRaidTarget() to Perl and Lua (#1347)

- Add $npc->IsRaidTarget() to Perl.
- Add npc:IsRaidTarget() to Lua.
This commit is contained in:
Alex
2021-05-10 02:05:46 -04:00
committed by GitHub
parent 39f5949441
commit 26d374d52a
3 changed files with 26 additions and 1 deletions
+1
View File
@@ -137,6 +137,7 @@ public:
void SetSimpleRoamBox(float box_size, float move_distance, int move_delay);
void RecalculateSkills();
void ScaleNPC(uint8 npc_level);
bool IsRaidTarget();
};
#endif