mirror of
https://github.com/EQEmu/Server.git
synced 2026-08-28 20:07:56 +00:00
Switch TaskGoalListManager::TaskGoalLists to std::vector
This commit is contained in:
+1
-1
@@ -75,7 +75,7 @@ public:
|
||||
|
||||
private:
|
||||
|
||||
TaskGoalList_Struct *TaskGoalLists;
|
||||
std::vector<TaskGoalList_Struct> TaskGoalLists;
|
||||
int NumberOfLists;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user