diff options
| author | ariel- <ariel-@users.noreply.github.com> | 2016-11-14 04:57:25 -0300 |
|---|---|---|
| committer | ariel- <ariel-@users.noreply.github.com> | 2016-11-14 04:57:25 -0300 |
| commit | a7259cef4f3a12e7a547259b694709e430c4b7bd (patch) | |
| tree | 7b73a322f8a286440ace12ee391cde313c16565b | |
| parent | 352c84943c4495631a5dd1e9285cde35fdc23c37 (diff) | |
DB/Creature: correct 2 npc walk/run speed
Closes #18207
| -rw-r--r-- | sql/updates/world/3.3.5/2016_11_14_00_world_335.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_11_14_00_world_335.sql b/sql/updates/world/3.3.5/2016_11_14_00_world_335.sql new file mode 100644 index 00000000000..95112247b84 --- /dev/null +++ b/sql/updates/world/3.3.5/2016_11_14_00_world_335.sql @@ -0,0 +1,3 @@ +-- Stillpine Ancestor Akida & Stillpine Ancestor Coo +UPDATE `creature_template` SET `speed_walk`= 0.6666666, `speed_run` = 0.9285714 WHERE `entry` = 17379; +UPDATE `creature_template` SET `speed_walk` = 0.6666666, `speed_run` = 0.8571428 WHERE `entry` = 17391; |
