View Single Post
  #3  
Old 08-14-2014, 01:41 PM
Trubles
Sarnak
 
Join Date: May 2014
Posts: 80
Default

Quote:
Originally Posted by demonstar55 View Post
Code:
UPDATE `npc_types` SET `race` = '458' WHERE `race` = '54';
Something like that? Note, I didn't test this and I'm not all that good with SQL, so it may not work
This will work.

Use this as a template to learn off of as well.

Make sure you back-up your database before any queries are run, also save the query to a text file so you know when you ran it, and what was ran.
Reply With Quote