hv-unified/scripts
GaboGG 86968f531c v0.13.24 - Fix castInitialBuffs sorting (was most-expensive-first, not cheapest-first)
- castInitialBuffs was sorting by mpCost descending (b.mpCost - a.mpCost)
- So it picked Spark of Life (70) before Haste (41), defeating the
  whole purpose of casting cheapest-first to proc channeling
- Changed to ascending sort (a.mpCost - b.mpCost): Haste first, then
  Spark, etc.
2026-07-26 15:16:07 -04:00
..
build.sh v0.13.3 - Auto-sell/salvage preset on settings page 2026-07-26 12:42:56 -04:00
hv-unified.user.js v0.13.24 - Fix castInitialBuffs sorting (was most-expensive-first, not cheapest-first) 2026-07-26 15:16:07 -04:00
latest.user.js v0.13.24 - Fix castInitialBuffs sorting (was most-expensive-first, not cheapest-first) 2026-07-26 15:16:07 -04:00