View Single Post
  #13  
Old 07-12-2011, 08:22 PM
lerxst2112
Demi-God
 
Join Date: Aug 2010
Posts: 1,742
Default

I'm no expert, but I believe all that is telling you is that the query succeeded, not the actual value in the table. If you were to change the value in the database 0 you would still get a true value from that code.

There are various examples throughout the code on how to read from the database and parse the results. Look at Bot::GetPetSaveId() for a pattern that should work for you.
Reply With Quote