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';