View Single Post
  #2  
Old 10-24-2008, 05:05 PM
Derision
Developer
 
Join Date: Feb 2004
Location: UK
Posts: 1,540
Default

Really need some context as to where you are trying to dump the pp, however:

Code:
_hex(ZONE__INIT, (char *)&m_pp, sizeof(PlayerProfile_Struct));
should work in Client::FinishConnState2. I chose ZONE__INIT as the log category, as that is enabled by default.
Reply With Quote