Add getskillname(skill_id) to Perl/Lua.

This commit is contained in:
Alex
2020-04-06 01:36:46 -04:00
parent 4c348baabd
commit 358bd60716
4 changed files with 35 additions and 0 deletions
+1
View File
@@ -108,6 +108,7 @@ public:
void traindisc(int discipline_tome_item_id);
bool isdisctome(int item_id);
std::string getspellname(uint32 spell_id);
std::string getskillname(int skill_id);
void safemove();
void rain(int weather);
void snow(int weather);