From 0f5cfddf89eb7e9f57c4495e2e65dd06d08a1c28 Mon Sep 17 00:00:00 2001 From: Emagi Date: Wed, 18 Jun 2025 16:49:04 -0400 Subject: [PATCH] fix compile bug --- source/WorldServer/Commands/Commands.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/WorldServer/Commands/Commands.cpp b/source/WorldServer/Commands/Commands.cpp index 3e86ea4..fdeb528 100644 --- a/source/WorldServer/Commands/Commands.cpp +++ b/source/WorldServer/Commands/Commands.cpp @@ -3192,8 +3192,7 @@ void Commands::Process(int32 index, EQ2_16BitString* command_parms, Client* clie int32 quest_id = 0; if(sep && sep->arg[0] && sep->IsNumber(0)) quest_id = atoul(sep->arg[0]); - client->DeleteQuest(quest_id); - } + client->DeleteQuest(quest_id); break; } case COMMAND_ACCEPT_QUEST:{