Skip to content

Commit

Permalink
Botanica - correct speedwalk and speed run for all seedlings spawned …
Browse files Browse the repository at this point in the history
…during High Botanist Freywinn fight
  • Loading branch information
miraco committed Apr 30, 2024
1 parent d3a2d51 commit 9fa17ec
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Updates/0394_bota_movement_corrections.sql
Expand Up @@ -57,4 +57,9 @@ UPDATE creature_template SET SpeedWalk = '1', SpeedRun = '1.14286' WHERE entry I
-- High Botanist Freywinn
-- [0] WalkSpeed: 4
-- [0] RunSpeed: 10
UPDATE creature_template SET SpeedWalk = '1.6', SpeedRun = '1.428' WHERE entry IN (17975, 21558);
UPDATE creature_template SET SpeedWalk = '1.6', SpeedRun = '1.428' WHERE entry IN (17975, 21558);

-- Green Seedling, Blue Seedling, White Seedling, Red Seedling
-- WalkSpeed: 2
-- RunSpeed: 2
UPDATE creature_template SET SpeedWalk = '0.8', SpeedRun = '0.285' WHERE entry IN (19958, 19962, 19964, 19969, 21550, 21557, 21566, 21583);

0 comments on commit 9fa17ec

Please sign in to comment.