File Details
v2.3.1-bcc
- R
- Mar 4, 2026
- 858.16 KB
- 6
- 2.5.5
- Classic TBC
File Name
ConROC-v2.3.1-bcc.zip
Supported Versions
- 2.5.5
-ConROC- Conflict Rotation Optimizer Classic
v2.3.1 (2026-03-04)
Full Changelog Previous Releases
- Update changelog for v2.3.1 hotfix
Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com - Fix CurseForge load order bug — helper.lua:1 ConROC nil error
All bundled Ace3 libraries (AceGUI, AceConfig, AceConsole, AceEvent,
AceTimer, AceDB, AceDBOptions) were never loaded from the bundle because
Libs\Libs.xml was missing from the TOC. Players without other Ace3 addons
would crash on core.lua:1, leaving ConROC nil and causing the helper.lua:1
error on every load.
Fix: replace the individual library TOC entries with Libs\Libs.xml.
Also move Locale\locale.xml to after core.lua so locale files can safely
reference the ConROC global; remove the locale include from Libs.xml to
avoid double-loading.
Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com - Fix WoW install path to _anniversary_
Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com - Update README: add Mage, Auto AoE, fix install path and interface version
Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com