From 33b72ae1cc77648cdf3409c139f14840129d43cd Mon Sep 17 00:00:00 2001 From: offl Date: Fri, 20 Aug 2021 21:02:57 +0300 Subject: DB/Creature: Update flags & speed of Rune Weapon --- sql/updates/world/3.3.5/2021_08_20_03_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2021_08_20_03_world.sql (limited to 'sql') 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; -- cgit v1.2.3