Merge pull request #1012 from EQEmu/getspellname

Add getspellname(spell_id) to Perl/Lua.
This commit is contained in:
Chris Miles
2020-03-31 18:53:20 -05:00
committed by GitHub
4 changed files with 32 additions and 0 deletions
+1
View File
@@ -107,6 +107,7 @@ public:
void level(int newlevel);
void traindisc(int discipline_tome_item_id);
bool isdisctome(int item_id);
std::string getspellname(uint32 spell_id);
void safemove();
void rain(int weather);
void snow(int weather);