mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 17:26:30 +00:00
Converted SkillType typedef enumeration to SkillUseTypes enumeration
This commit is contained in:
+1
-1
@@ -39,7 +39,7 @@ struct DBnpcspells_Struct {
|
||||
};
|
||||
|
||||
struct DBTradeskillRecipe_Struct {
|
||||
SkillType tradeskill;
|
||||
SkillUseTypes tradeskill;
|
||||
int16 skill_needed;
|
||||
uint16 trivial;
|
||||
bool nofail;
|
||||
|
||||
Reference in New Issue
Block a user