Add ScaleNPC() to Perl and Lua. (#1238)

This commit is contained in:
Alex
2021-02-09 00:08:07 -05:00
committed by GitHub
parent f2b67ae969
commit 8f89f38f5c
7 changed files with 45 additions and 1 deletions
+2
View File
@@ -494,6 +494,8 @@ public:
inline bool IsSkipAutoScale() const { return skip_auto_scale; }
void ScaleNPC(uint8 npc_level);
void RecalculateSkills();
static LootDropEntries_Struct NewLootDropEntry();