View Single Post
  #11  
Old 06-05-2015, 08:47 PM
lordnivek1
Sarnak
 
Join Date: Feb 2013
Posts: 65
Default

Quote:
Originally Posted by Kingly_Krab View Post
As far as to why you would do that, I'm not sure, but here is the query (use it at your own risk):
Code:
UPDATE `npc_types` SET `runspeed` = '1.25' WHERE `runspeed` > '0.0' AND `runspeed` < '1.25';
because that is what I thought it was saying to do here.

https://github.com/EQEmu/Server/comm...668315c0a931d1
Reply With Quote