File Details
v1.3.12
- R
- Apr 15, 2026
- 189.34 KB
- 10
- 12.0.1
- Retail
File Name
Simdragosa-v1.3.12.zip
Supported Versions
- 12.0.1
Simdragosa
v1.3.12 (2026-04-15)
- Merge branch 'develop'
- release: v1.3.12
Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com - fix: move GET_ITEM_INFO_RECEIVED handler inside RW_CreateFrame
itemEventFrame was declared before localrw, so the closure fell
through to a global lookup and got nil on every event fire (438x spam).
Registering the handler inside RW_CreateFrame gives the closure proper
upvalue access torw.
Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com