Thread
:
model problems...
View Single Post
#
17
01-22-2006, 09:20 PM
Arex
Hill Giant
Join Date: Jul 2004
Posts: 196
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%";
Arex
View Public Profile
Send a private message to Arex
Find all posts by Arex