ClientManager.cpp: In member function 'void CClientManager::MainLoop()':
ClientManager.cpp:215:3: warning: deleting object of polymorphic class type 'CItemPriceListTableCache' which has non-virtual destructor might cause undefined behavior
-Wdelete-non-virtual-dtor]
215 | delete pCache...