View Single Post
  #5  
Old 10-01-2008, 02:50 PM
paaco
Discordant
 
Join Date: Jan 2005
Posts: 320
Default

You can also do it in a command line.

Code:
update variables set value = 1 where varname = 'ServerType';
Code:
update variables set value = 1 where varname = 'LootCoin';
Reply With Quote