mirror of
https://github.com/EQEmu/Server.git
synced 2026-01-08 19:43:53 +00:00
[Bug Fix] Fix bad Mob reference in QuestManager::resumetimer() (#4710)
This commit is contained in:
parent
8b8b41dab3
commit
98c2fa5127
@ -890,7 +890,7 @@ void QuestManager::resumetimer(const std::string& timer_name, Mob* m)
|
||||
}
|
||||
}
|
||||
|
||||
QTimerList.emplace_back(QuestTimer(milliseconds, m, timer_name));
|
||||
QTimerList.emplace_back(QuestTimer(milliseconds, mob, timer_name));
|
||||
|
||||
parse->EventMob(EVENT_TIMER_RESUME, mob, nullptr, f);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user