[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:
Alex
2021-06-16 10:30:32 -04:00
committed by GitHub
parent 4c7f2391cd
commit b9d8fb0d91
4 changed files with 43 additions and 0 deletions
+1
View File
@@ -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);