mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2026-06-10 08:44:20 +00:00
fix: old man npc mission (#1982)
* fix: old man npc mission tested that the repeatable daily now has to actually be done and also can actually be done. * Update OldManNPC.cpp
This commit is contained in:
@@ -230,6 +230,7 @@ PreconditionExpression::PreconditionExpression(const std::string& conditions) {
|
||||
case '&':
|
||||
case ';':
|
||||
case '(':
|
||||
case ':':
|
||||
b << conditions.substr(i + 1);
|
||||
done = true;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user