File Details
v1.6.11
- R
- Feb 26, 2026
- 464.10 KB
- 9.1K
- 12.0.0
- Retail
File Name
CraftScan-v1.6.11.zip
Supported Versions
- 12.0.0
CraftScan
v1.6.11 (2026-02-26)
Full Changelog Previous Releases
- TWW moving to the Legacy section.
- Merge pull request #89 from Merryfett/fix-nil-profconfig-recipes
Fix nil reference error in PopulateProfessionNode - Fix nil reference error in PopulateProfessionNode
Fixes a crash when opening the config page where profConfig.recipes is nil.
The error occurred when the code iterated through character professions and attempted to call TimeSlice with a nil recipes table. This change adds a guard clause to check if profConfig.recipes exists before processing, and calls the onFinished callback to maintain proper execution flow.
Error fixed: TimeSlice.lua:59: bad argument #1 to 'pairs' (table expected, got nil)
Fixes #88
Co-Authored-By: Claude noreply@anthropic.com

