XF 1.5 Reset Trophy Points

triforceguy1

Active member
Hello,

I want to reset everyone's Trophy Points to zero for now, then have them recalculate once I reenable trophies, I am basically doing a massive overhaul on them. Is there a way to do this at all?

Thanks in advance
Leon
 
This sql qury will do that:

Code:
UPDATE xf_user SET trophy_points = 0;

That code looks super simple which is great.

I have yet to run anything in sql on my Xenforo 1.5 install, so how do I run this sql command?

I appreciate any help anyone has to offer with this. :)

Jim
 
Top Bottom