View Single Post
  #2  
Old 10-23-2011, 05:15 PM
Derision
Developer
 
Join Date: Feb 2004
Location: UK
Posts: 1,540
Default

Looks like an old header file that isn't used any more. The one that is used is

zone/client.cpp
Code:
int16 Client::MaxSkill(SkillType skillid, int16 class_, int16 level) const {
        return(database.GetSkillCap(class_, skillid, level));
}
Delete zone/maxskill.h and everything still compiles, ergo it isn't used anymore.
Reply With Quote