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