Reklam
merchanthandleri aç aşağıdakini bul
if (!pMerch->isKC && pUserBot->m_iGold + req_gold > COIN_MAX)
return;
sonra aşağıdaki ile değiştir.
if (!pMerch->isKC && dynamic_cast<CUser*>(pUserBot) && pUserBot->m_iGold + req_gold > COIN_MAX)
{
result << uint8(6) << uint16(-18);
Send(&result);
return;
}
merchanthandleri aç aşağıdakini bul
if (!pMerch->isKC && pUserBot->m_iGold + req_gold > COIN_MAX)
return;
sonra aşağıdaki ile değiştir.
if (!pMerch->isKC && dynamic_cast<CUser*>(pUserBot) && pUserBot->m_iGold + req_gold > COIN_MAX)
{
result << uint8(6) << uint16(-18);
Send(&result);
return;
}