Renamed and moved SkillUseTypes enumeration to EQEmu::skills::SkillType; eq_dictionary work

This commit is contained in:
Uleat
2016-05-25 18:50:26 -04:00
parent 615158e701
commit 71f128731f
86 changed files with 4987 additions and 3074 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ struct DBnpcspellseffects_Struct {
};
struct DBTradeskillRecipe_Struct {
SkillUseTypes tradeskill;
EQEmu::skills::SkillType tradeskill;
int16 skill_needed;
uint16 trivial;
bool nofail;