mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-02 00:06:36 +00:00
[Quest API] Add ChangeLastName() and ClearLastName() to Lua. (#1386)
This commit is contained in:
@@ -138,6 +138,8 @@ public:
|
||||
void RecalculateSkills();
|
||||
void ScaleNPC(uint8 npc_level);
|
||||
bool IsRaidTarget();
|
||||
void ChangeLastName(const char *lastname);
|
||||
void ClearLastName();
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user