LGPaul

Untitled

Jul 29th, 2013
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. #ifdef LOCALE_KOREA
  2. int nNatePlayer = 0;
  3.  
  4. for(MMatchObjectList::iterator iter = m_Objects.begin(); iter != m_Objects.end(); iter++)
  5. {
  6. MMatchObject* pObj = (MMatchObject*)iter->second;
  7. if( pObj->GetAccountInfo()->m_nCCode == 30 ) { nNatePlayer++; }
  8. }
  9.  
  10. bResult = m_MatchDBMgr.UpdateServerStatus(MGetServerConfig()->GetServerID(), nCurPlayer);
  11. #endif
Advertisement
Add Comment
Please, Sign In to add comment