fix compile bug

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

View File

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