View Single Post
  #17  
Old 01-22-2006, 09:20 PM
Arex
Hill Giant
 
Join Date: Jul 2004
Posts: 196
Default

for fix ALL chetari's use it:

update npc_types set gender=2 where name like "%Chetari%";

for partial fix of Velketor use it:

update npc_types set gender=2 where name like "%Velketor%";
Reply With Quote