Our guest VPN got hammered over the past month with rogue scanners and it took our endpoint count from 40k to almost 900k, purging by inactive hasn't seemed to help because it hasn't been that long. All the ones I want to delete are showing up on ou... Re: odd loopback errdisab...
{ +- uint8 count = 0; +- for (uint8 i = 0; i != GetMaxNpcBots(); ++i) +- if (m_botmap[i]->m_class == Info->trainer_class) +- ++count; +- +- if (count >= m_maxClassNpcBots) +- { +- //SendBuyError(BUY_ERR_NOT_ENOUGHT_MONEY, 0, 0, 0); +- ChatHandler...