View Single Post
  #2  
Old 02-03-2022, 02:27 PM
Huppy's Avatar
Huppy
Demi-God
 
Join Date: Oct 2010
Posts: 1,332
Default

This is the query that should be run to give all merc merchants their proper class to function:
Code:
UPDATE npc_types SET class = 71 WHERE lastname LIKE '%Mercenary Liaison';
Also making sure that mercs are enabled in the rule_values table.
Reply With Quote