View Single Post
  #9  
Old 05-15-2004, 03:23 PM
sandy
Hill Giant
 
Join Date: Oct 2002
Posts: 212
Default

no =) worldbuilders should just update their database to set the default values instead of 0

update npc_types set walkspeed=0.7 where walkspeed=0
update npc_types set runspeed=1.25 where runspeed=0

something like this
__________________
Sandy
Reply With Quote