fix compile bug

This commit is contained in:
Emagi 2025-06-18 16:49:04 -04:00
parent f03069a475
commit 0f5cfddf89

View File

@ -3192,8 +3192,7 @@ void Commands::Process(int32 index, EQ2_16BitString* command_parms, Client* clie
int32 quest_id = 0; int32 quest_id = 0;
if(sep && sep->arg[0] && sep->IsNumber(0)) if(sep && sep->arg[0] && sep->IsNumber(0))
quest_id = atoul(sep->arg[0]); quest_id = atoul(sep->arg[0]);
client->DeleteQuest(quest_id); client->DeleteQuest(quest_id);
}
break; break;
} }
case COMMAND_ACCEPT_QUEST:{ case COMMAND_ACCEPT_QUEST:{