[Quest API] Add ChangeLastName() and ClearLastName() to Lua. (#1386)

This commit is contained in:
Alex
2021-06-12 12:34:19 -04:00
committed by GitHub
parent 6e12d2fd49
commit 88526eac21
2 changed files with 17 additions and 1 deletions
+2
View File
@@ -138,6 +138,8 @@ public:
void RecalculateSkills();
void ScaleNPC(uint8 npc_level);
bool IsRaidTarget();
void ChangeLastName(const char *lastname);
void ClearLastName();
};
#endif