Subdomain Posts
C++ | 1 day ago
C++ | 1 day ago
C++ | 2 days ago
C++ | 2 days ago
C++ | 2 days ago
C++ | 2 days ago
C | 3 days ago
C++ | 4 days ago
C++ | 5 days ago
C++ | 5 days ago
Recent Posts
None | 6 sec ago
C++ | 15 sec ago
None | 35 sec ago
PHP | 36 sec ago
None | 1 min ago
None | 1 min ago
None | 1 min ago
mIRC | 1 min ago
None | 1 min ago
PHP | 2 min ago
Sitereport
Find cool info about any domain on the internet?
visit sitereport
Free Subdomains
Want a pastebin.com sub-domain for your community?
learn more...
What is pastebin?
Pastebin is a website that hosts all your text & code on dedicated servers for easy sharing.
learn more...
By Anonymous on the 3rd of Jul 2009 11:08:03 PM
Download |
Raw |
Embed |
Report
m_AreaID = m_mapMgr->GetAreaID(m_position.x, m_position.y);
if( m_AreaID == 0xffff ) // This is returned when we don't have maps
m_AreaID = 0;
else
m_areaDBC = dbcArea.LookupEntryForced(m_AreaID);
if( m_areaDBC != NULL )
{
// parent id actually would be a better name
if( m_areaDBC->ZoneId && m_zoneId != m_areaDBC->ZoneId )
m_zoneId = m_areaDBC->ZoneId;
}
Submit a correction or amendment below.
Make A New Post