Thread: repopping fear
View Single Post
  #4  
Old 06-22-2005, 11:29 PM
mrea
Discordant
 
Join Date: Sep 2004
Location: Camp Hill,PA
Posts: 370
Default

Open up the command prompt and navigate to the bin directory of your MySQL installation, usually C:\mysql\bin on a Windows system.

Now, type in mysql -u root [your database name]. Obviously fill in your database name and when typing DO NOT INCLUDE THE BRACKETS. Then, type in
Code:
UPDATE INTO npctypes SET timeleft=0
__________________


Reply With Quote