diff options
| -rw-r--r-- | 2013_11_04_00_world_creature_template.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/2013_11_04_00_world_creature_template.sql b/2013_11_04_00_world_creature_template.sql new file mode 100644 index 00000000000..4eeb702bb73 --- /dev/null +++ b/2013_11_04_00_world_creature_template.sql @@ -0,0 +1,2 @@ +UPDATE `creature_template` SET `speed_walk`=1, `speed_run`=1 WHERE `entry`=16236; -- Eye Stalk +UPDATE `creature_template` SET `speed_run`=1.14286 WHERE `entry`=28948; -- Malmortis |
