mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-03 01:06:36 +00:00
[Tasks] Support Raw NPC Names in Task Goal List (#2333)
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user