File Details
HazeBuffBars-1.8.13.zip
- R
- May 10, 2026
- 214.72 KB
- 84
- 2.5.5+1
- Classic + 1
File Name
HazeBuffBars-1.8.13.zip
Supported Versions
- 2.5.5
- 1.15.8
[1.8.13] - 2026-05-10
Fixed
- After
/reloadwith an existing lure on the pole, the bar no longer permanently latches onto the wrong apply-spell name. The previous backfill captured any recent cast whenapplyNamewas nil — so the user's first cast (typicallyFishing) became the cachedapplyName, which in turn drove the bar label, the icon lookup (noWEAPON_ENCHANT_ICONS["Fishing"]→ grinding-stone fallback), and the cast-match force-reset on every subsequentFishingcast (~9m timer flash).applyNamecapture is now gated onIsKnownEnchantSpell(matches an entry inWEAPON_ENCHANT_ICONSor a shaman imbue keyword), so unrelated casts can't clobber it.