Merge pull request #1024 from KinglyKrab/getskillname

Add getskillname(skill_id) to Perl/Lua.
This commit is contained in:
Chris Miles
2020-04-06 01:57:12 -05:00
committed by GitHub
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);