mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-05 07:16:37 +00:00
[Quest API] Add rename(name) to Perl/Lua. (#1414)
- Add quest::rename(name) to Perl. - Add eq.rename(name) to Lua.
This commit is contained in:
@@ -117,6 +117,7 @@ public:
|
||||
void safemove();
|
||||
void rain(int weather);
|
||||
void snow(int weather);
|
||||
void rename(std::string name);
|
||||
void surname(const char *name);
|
||||
void permaclass(int class_id);
|
||||
void permarace(int race_id);
|
||||
|
||||
Reference in New Issue
Block a user