Quote:
Originally Posted by N0ctrnl
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.