mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-23 04:18:41 +00:00
More aa work, it actually loads yay
This commit is contained in:
+14
-1
@@ -30,14 +30,27 @@
|
||||
namespace AA
|
||||
{
|
||||
|
||||
struct Ability
|
||||
class Ability
|
||||
{
|
||||
public:
|
||||
Ability() { }
|
||||
~Ability() { }
|
||||
|
||||
Rank *GetMaxRank();
|
||||
Rank *GetRankByPointsSpent(int current_level);
|
||||
int GetMaxLevel(bool force_calc = false);
|
||||
|
||||
std::string name;
|
||||
int expansion;
|
||||
int category;
|
||||
int classes;
|
||||
uint32 account_time_required;
|
||||
bool grant_only;
|
||||
int type;
|
||||
bool expendable;
|
||||
int first_rank_id;
|
||||
int max_level;
|
||||
Rank *first;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user