Len Registered Joined May 6, 2016 Messages 102 Reaction score 106 Points 43 Age 28 Location Russia Site Script XenForo Apr 16, 2017 #1 How to reset points for trophies to a specific user Via SQL query ??
T traffgan Apr 17, 2017 #2 Len said: How to reset points for trophies to a specific user Via SQL query ?? Click to expand... How does the table structure look like? ( I haven't used this plugin before ).
Len said: How to reset points for trophies to a specific user Via SQL query ?? Click to expand... How does the table structure look like? ( I haven't used this plugin before ).
AnimeHaxor Retro-NulledTeam Registered Joined Nov 22, 2015 Messages 6,522 Reaction score 40,586 Points 113 Site Script XenForo May 2, 2017 #3 @Len , Code: UPDATE xf_user SET trophy_points = 0;