mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-27 04:07:39 +00:00
Update questmgr.cpp
This commit is contained in:
@@ -2975,7 +2975,6 @@ bool QuestManager::uncompletetask(int task_id) {
|
|||||||
|
|
||||||
if (!RuleB(TaskSystem, EnableTaskSystem) || !initiator) {
|
if (!RuleB(TaskSystem, EnableTaskSystem) || !initiator) {
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return initiator->UncompleteTask(task_id);
|
return initiator->UncompleteTask(task_id);
|
||||||
|
|||||||
Reference in New Issue
Block a user