diff options
author | offl <offl@users.noreply.github.com> | 2020-10-20 02:02:33 +0300 |
---|---|---|
committer | offl <offl@users.noreply.github.com> | 2020-10-20 02:02:33 +0300 |
commit | ea65cf7712a73d97592945b82003b38912655bba (patch) | |
tree | 42238ed9a2fbe63f83dc1e6e9a2a0883590a39b2 | |
parent | 9f739ceba003506894a40bf7428a33f14ab15b11 (diff) |
DB/Instance/Vault of Archavon: Update stats
-rw-r--r-- | sql/updates/world/3.3.5/2020_10_20_00_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_10_20_00_world.sql b/sql/updates/world/3.3.5/2020_10_20_00_world.sql new file mode 100644 index 00000000000..77238a76334 --- /dev/null +++ b/sql/updates/world/3.3.5/2020_10_20_00_world.sql @@ -0,0 +1,5 @@ +-- +UPDATE `creature_template` SET `speed_walk` = 0.8, `speed_run` = 0.714286 WHERE `entry` = 38698; -- Frozen Orb (1) +UPDATE `creature_template` SET `minlevel` = 80, `maxlevel` = 80 WHERE `entry` = 38461; -- Toravon Frozen Orb Stalker +UPDATE `creature_template` SET `minlevel` = 80, `maxlevel` = 80 WHERE `entry` = 38439; -- Toravon Stalker +UPDATE `creature_template` SET `minlevel` = 80, `maxlevel` = 80 WHERE `entry` = 36093; -- Vault Stalker |