mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-22 19:58:24 +00:00
EQEmu::IsTradeskill uint32 to SkillUseTypes
This commit is contained in:
+1
-1
@@ -262,7 +262,7 @@ typedef enum {
|
||||
|
||||
// for skill related helper functions
|
||||
namespace EQEmu {
|
||||
bool IsTradeskill(uint32 skill);
|
||||
bool IsTradeskill(SkillUseTypes skill);
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user