i Need Query Delete Gold From all player any one know Code?
You need to learn how to query those simple stuffs by yourself.Quote:
But maybe some one have gold at storge or storge guild.
USE SRO_VT_SHARD UPDATE _AccountJID SET Gold = 0
Thanks it`s Working :)Quote:
You need to learn how to query those simple stuffs by yourself.
This ain't advanced nor amateur queries, which you are requesting. Those are rated less than beginner.
Edit: Try to figure out how to set gold values of guilds to zero. This may be a lesson for you actually to learn something.Code:USE SRO_VT_SHARD UPDATE _AccountJID SET Gold = 0