Added helper function bool EQEmu::IsTradeskill(uint32 skill)

Returns true if you pass a tradeskill to it, otherwise false
This commit is contained in:
Michael Cook (mackal)
2014-09-24 23:35:10 -04:00
parent ec8c46abfe
commit a73ac9cfe8
5 changed files with 53 additions and 19 deletions
+5
View File
@@ -260,4 +260,9 @@ typedef enum {
#define HIGHEST_SKILL FRENZY
*/
// for skill related helper functions
namespace EQEmu {
bool IsTradeskill(uint32 skill);
}
#endif