[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
@@ -2457,7 +2457,7 @@ bool NPC::Death(Mob* killer_mob, int64 damage, uint16 spell, EQ::skills::SkillTy
give_exp_client->GetCleanName(),
GetNPCTypeID()
);
task_manager->HandleUpdateTasksOnKill(give_exp_client, GetNPCTypeID(), GetCleanName());
task_manager->HandleUpdateTasksOnKill(give_exp_client, GetNPCTypeID(), this);
}
if (kr) {