View Single Post
  #3  
Old 04-13-2004, 10:02 AM
m0oni9
Hill Giant
 
Join Date: Dec 2003
Posts: 166
Default

Just a small note.. It looks like you are calling this:
Code:
mob->CastToClient()->UpdateLDoNPoints(atoi(arglist[0]),atoi(arglist[1]));
without checking that arglist[1] is non-null.
Reply With Quote