Elinde efsun olmadığı halde tek tek efsun atılmasının fixi
void CSwitchbotManager::Start(uint32_t player_id, uint8_t slot, std::vector<TSwitchbotAttributeAlternativeTable> vec_alternatives)
{
if (!ValidPosition(slot))
return;
CSwitchbot* pkSwitchbot = FindSwitchbot(player_id)...