View Single Post
  #3  
Old 05-26-2016, 06:43 PM
DanCanDo's Avatar
DanCanDo
Discordant
 
Join Date: May 2016
Location: Above Hell
Posts: 400
Default

I found this sql query on another post that makes it easy.
Code:
UPDATE `peq`.`npc_types` SET `class`='71' WHERE `lastname` LIKE '%Mercenary Liaison';
(change name of db "peq" to what yours is.)
Reply With Quote