Added NPC::RecalculateSkills

This commit is contained in:
Xackery Xtal
2020-02-18 09:21:18 -08:00
parent a63dc7d5e0
commit 0a4429c0c0
5 changed files with 59 additions and 1 deletions
+2
View File
@@ -476,6 +476,8 @@ public:
inline bool IsSkipAutoScale() const { return skip_auto_scale; }
void RecalculateSkills();
protected:
const NPCType* NPCTypedata;