[Tasks] Support Raw NPC Names in Task Goal List (#2333)

This commit is contained in:
hg
2022-07-30 14:33:53 -04:00
committed by GitHub
parent 2ccf692167
commit 6e2d11a283
3 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ public:
// shared tasks
void SyncClientSharedTaskState(Client *c, ClientTaskState *cts);
void HandleUpdateTasksOnKill(Client *client, uint32 npc_type_id, std::string npc_name);
void HandleUpdateTasksOnKill(Client *client, uint32 npc_type_id, NPC* npc);
private:
TaskGoalListManager m_goal_list_manager;