item out of charges bug
I could have sworn I seen a topic about this somewhere, but after searching through pages of stuff I couldn't find it.
How do you get your items to not say OUT OF CHARGES. All of the rightclick items in my database are out of charges such as the jboots, fabled jboots, etc etc. |
Code:
UPDATE items SET unknown008=1 WHERE unknown008=0; |
Thanks, that took care of it.
Just a suggestion, but this might make a good sticky? |
Argh, this didnt work for me =(
|
You can also try
Code:
UPDATE items SET unknown008=1; |
Item is still out of charges. Tried both sql commands. Guess my source is out of whack.
|
All times are GMT -4. The time now is 05:21 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.