Thread: Highpass Hold
View Single Post
  #12  
Old 05-12-2011, 01:10 PM
KingMort
Banned
 
Join Date: Sep 2006
Posts: 841
Default

This is a Couple of Query's to change all NEW orcs on your server and NEW goblins on your server to the OLD versions.

DO NOT RUN THIS UNLESS YOUR SURE THIS IS WHAT YOU WANT:
(This will change all the new Goblins and Orcs into the old one on your ENTIRE server)

Code:
UPDATE `npc_types` SET `race` = '54' WHERE `race` = '458';
UPDATE `npc_types` SET `race` = '40' WHERE `race` = '433';
Reply With Quote