mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2026-04-04 14:56:56 +00:00
feat: add mission progression for behaviors (#1962)
* feat: add mission progression for behaviors * Add const to ptr Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -446,6 +446,8 @@ void MissionTask::Progress(int32_t value, LWOOBJID associate, const std::string&
|
||||
break;
|
||||
}
|
||||
case eMissionTaskType::PLACE_MODEL:
|
||||
[[fallthrough]];
|
||||
case eMissionTaskType::ADD_BEHAVIOR:
|
||||
{
|
||||
AddProgress(count);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user