Quote:
Originally Posted by demonstar55
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.