View Single Post
  #9  
Old 11-10-2008, 01:00 AM
KLS
Administrator
 
Join Date: Sep 2006
Posts: 1,348
Default

You have to understand how the objects work. m_pp basically is the player profile that's what we read back when we log in to get our bearings and what we save() to. But most the time the client/npc tracks it's own data without referencing the player profile. Without that line you wouldn't be that level for things like spell and combat calculations until you zoned because the active client object still thinks your level is the one it got from pp originally.
Reply With Quote