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.
|