File Details
BoneyWorldBosses.zip
- R
- Apr 23, 2026
- 16.33 KB
- 99
- 2.5.5
- Classic TBC
File Name
BoneyWorldBosses.zip
Supported Versions
- 2.5.5
On WoW Classic Era 1.15 the StaticPopup framework doesn't populate dialog.button1 / dialog.editBox as direct fields on every popup, so the EditBoxOnTextChanged handler's parent.button1:Enable() call was a silent no-op — Next stayed disabled even after the user typed a valid snowflake. Add PopupButton1 / PopupEditBox helpers that fall back to the _G[name .. "Button1"] / _G[name .. "EditBox"] lookups which have always worked. Route all popup-field access through the helpers so the wizard is robust across flavors. While here: rename step 1's label from "Discord Guild ID" to "Discord ID" per user request. Update the two chat-log confirmations to stay distinct after the rename: step 1: "Discord ID saved." step 2: "Discord User ID saved." (was "Discord ID saved.") - BoneyWorldBosses.lua: add popup-field helpers, route wizard handlers through them, relabel step 1, bump to 3.4.1 - BoneyWorldBosses.toc: bump to 3.4.1

