Splinterverse wrote:Bug report.
Got these errors today playing a 4-way
Free-for-All Commander.
Was using the latest CW files and the commander manager lands.
- Code: Select all
[lua] [string "BLINKMOTH_URN_MM_CW_46714_TITLE (RESOLUTION_TIME_ACTION)~0x00000fcf"]:3: attempt to call global 'CW_Mana_RegisterManager' (a nil value)
[lua] [string "Content\Functions\CW_COMMANDER.LOL"]:329: attempt to index a nil value
[lua] [string "_MANAGER_MANA_TITLE (FILTER_CONDITION)~0x000011a3"]:2: attempt to call global 'CW_Mana_IsManager' (a nil value)
[lua] [string "_MANAGER_MANA_TITLE (TRIGGER)~0x000011a1"]:2: attempt to call global 'CW_Mana_ProtectManager' (a nil value)
[lua] [string "SELVALA_HEART_OF_THE_WILDS_CW_416827_TITLE (RESOLUTION_TIME_ACTION)~0x00000f26"]:4: attempt to index local 'Card' (a nil value)
I thought I responded to this, but apparently didn't. The "CW_Mana..." issues should be fixed. I removed the calls to those functions and to the manager itself, and also deleted the manager, since if it's even used again, it would need to be recoded from scratch anyway.
Selvala, Heart of the Wilds is also fixed. There was a mismatched variable name.
I didn't actually noticed the CW_COMMANDER issue before, though, so I'll look into that now.