mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-06 08:16:35 +00:00
Moved effects to a vector since we dont need the random access by slot
This commit is contained in:
+1
-1
@@ -47,7 +47,7 @@ public:
|
||||
uint32 account_time_required;
|
||||
int total_cost;
|
||||
Ability *base_ability;
|
||||
std::unordered_map<int, RankEffect> effects;
|
||||
std::vector<RankEffect> effects;
|
||||
std::vector<RankPrereq> prereqs;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user