EQEmu::IsTradeskill uint32 to SkillUseTypes

This commit is contained in:
Michael Cook (mackal)
2014-09-25 21:20:59 -04:00
parent 225929d937
commit 723e5d536a
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -262,7 +262,7 @@ typedef enum {
// for skill related helper functions
namespace EQEmu {
bool IsTradeskill(uint32 skill);
bool IsTradeskill(SkillUseTypes skill);
}
#endif