diff options
| author | offl <offl@users.noreply.github.com> | 2020-10-20 02:02:33 +0300 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2022-02-28 21:52:35 +0100 |
| commit | a221db15d8f6d229104012ccfaa85799f3d390e3 (patch) | |
| tree | f1a092f85bff78905c6f5c7a6008129c0ab344b9 | |
| parent | 5249cacda35c30afcb36709bb39fc0aba86867ce (diff) | |
DB/Instance/Vault of Archavon: Update stats
(cherry picked from commit ea65cf7712a73d97592945b82003b38912655bba)
| -rw-r--r-- | sql/updates/world/master/2022_02_28_38_world_2020_10_20_00_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_02_28_38_world_2020_10_20_00_world.sql b/sql/updates/world/master/2022_02_28_38_world_2020_10_20_00_world.sql new file mode 100644 index 00000000000..5f5a83b8f18 --- /dev/null +++ b/sql/updates/world/master/2022_02_28_38_world_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 |
