diff options
author | offl <offl@users.noreply.github.com> | 2021-08-20 21:02:57 +0300 |
---|---|---|
committer | offl <offl@users.noreply.github.com> | 2021-08-20 21:02:57 +0300 |
commit | 33b72ae1cc77648cdf3409c139f14840129d43cd (patch) | |
tree | 64008e1c0b5ac8126cb249ccf8336290568ae99d | |
parent | 5f2cea68c323c74eb304ac225538b1b27fa8a3da (diff) |
DB/Creature: Update flags & speed of Rune Weapon
-rw-r--r-- | sql/updates/world/3.3.5/2021_08_20_03_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2021_08_20_03_world.sql b/sql/updates/world/3.3.5/2021_08_20_03_world.sql new file mode 100644 index 00000000000..e07086fc7a3 --- /dev/null +++ b/sql/updates/world/3.3.5/2021_08_20_03_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template` SET `speed_walk` = 1, `speed_run` = 1.14286, `unit_flags2` = 2080 WHERE `entry` = 27893; |