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

Quote:
Originally Posted by N0ctrnl View Post
Keep in mind that permarooted mobs will no longer be rooted if you change their runspeed. I had to go back and fix them.
how would i write a Querry for HeidiSQL to change every number in runspeed that is greater then 0 but less then 1.25 to 1.25? the only thing i know how to do is make every number the same like this.

Code:
UPDATE npc_types SET runspeed = '1.25'
which would change every speed.
Reply With Quote