mirror of
https://github.com/EQEmu/Server.git
synced 2026-08-29 08:38:20 +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:
|
||||
|
||||
Reference in New Issue
Block a user