Code to update mobs
Is there anyway i can run a line of code in mysql to update race
such as update race 54 to 458 i have been doing them manually (witch aint too bad) but just takes abit of time |
Code:
UPDATE `npc_types` SET `race` = '458' WHERE `race` = '54'; |
Quote:
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. |
time to test it will reply back thank you
|
All times are GMT -4. The time now is 08:34 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.