mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-02 04:16:46 +00:00
EQEmu::IsTradeskill uint32 to SkillUseTypes
This commit is contained in:
+1
-1
@@ -18,7 +18,7 @@
|
||||
#include "types.h"
|
||||
#include "skills.h"
|
||||
|
||||
bool EQEmu::IsTradeskill(uint32 skill)
|
||||
bool EQEmu::IsTradeskill(SkillUseTypes skill)
|
||||
{
|
||||
switch (skill) {
|
||||
case SkillFishing:
|
||||
|
||||
+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