Skip to content

Commit

Permalink
correct movement speed for sunfury astromancer
Browse files Browse the repository at this point in the history
  • Loading branch information
miraco committed Feb 11, 2025
1 parent 1b1766f commit dca9fd4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Updates/0528_netherstorm_south_east_island.sql
Original file line number Diff line number Diff line change
Expand Up @@ -1534,4 +1534,7 @@ INSERT INTO `dbscripts_on_spell` (`id`, `delay`, `priority`, `command`, `datalon
-- WalkSpeed: 2.5
-- RunSpeed: 8
-- Before SpeedWalk 1,125 SpeedRun 1,14286
UPDATE creature_template SET SpeedWalk = 2.5/2.5, SpeedRun = 8/7 WHERE entry = 21058;
UPDATE creature_template SET SpeedWalk = 2.5/2.5, SpeedRun = 8/7 WHERE entry = 21058;

-- Sunfury Astromancer
UPDATE creature_template SET SpeedWalk = 2.5/2.5, SpeedRun = 8/7 WHERE entry = 19643;

0 comments on commit dca9fd4

Please sign in to comment.