File Details
DeathSound_1.1.1.zip
- R
- Jun 6, 2026
- 1.86 MB
- 69
- 12.0.7+1
- Retail
File Name
DeathSound_1.1.1.zip
Supported Versions
- 12.0.7
- 12.0.5
1.1.1
Fixed
- Dropdown overlay button fragility — all four dropdown overlay buttons previously used
dd.Button:GetFrameLevel()to set their frame level; replaced withdd:GetFrameLevel() + 2which does not depend on a.Buttonchild existing in the template - Anchor dropdown tooltip never shown —
OnEnter/OnLeavewas set on theanchorDDframe itself, but the overlay button sitting on top intercepted all mouse events; moved tooltip scripts toanchorDDOverlayso the tooltip correctly appears on hover
Changed
DeathSound_BuildPartySection— entire function body re-indented to 4 spaces for consistency withDeathSound_BuildOverlaySection- Removed stale cached
listreference frombuildOptionsPanelandDeathSound_BuildOverlaySection— both functions previously capturedDEATHSOUND_SOUND_LIST/DEATHSOUND_IMAGE_LISTat build time; all dropdown initializers already read the list fresh on each open - Removed empty
-- ---- Info-Texte ----comment at end ofDeathSound_BuildPartySection

