mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-20 01:18:21 +00:00
[Tasks] Implement Task Goal Match List (#2097)
* [Tasks] Implement Task Goal Match List * Migration * Add npc_type_id to match types for npc kill * Flip str_tolower
This commit is contained in:
@@ -27,6 +27,8 @@ public:
|
||||
bool IsInList(int list_id, int entry);
|
||||
int GetFirstEntry(int list_id);
|
||||
std::vector<int> GetListContents(int list_index);
|
||||
static bool IsInMatchList(const std::string& match_list, const std::string& entry);
|
||||
static bool IsInMatchListPartial(const std::string& match_list, const std::string& entry);
|
||||
|
||||
private:
|
||||
std::vector<TaskGoalList_Struct> m_task_goal_lists;
|
||||
|
||||
Reference in New Issue
Block a user