I have been using MapParcel in my 4e game for a while now and it works pretty good. However, I recently bought the extension Shops made by teamtwohy. When I move a parcel to the shop window I get the following error:
Code:
[10/28/2024 7:48:44 PM] MEASURE: LOAD - PART 2 - 12.0419317
[10/28/2024 7:48:52 PM] s'link_record_header - DEPRECATED - 2024-03-05'
[10/28/2024 7:48:52 PM] s'anchor_record_header_right - DEPRECATED - 2024-03-05'
[10/28/2024 7:48:52 PM] s'icon_record_locked - DEPRECATED - 2024-03-05'
[10/28/2024 7:48:52 PM] s'string_record_name - DEPRECATED - 2024-03-05'
[10/28/2024 7:48:52 PM] s'sub_record_header - DEPRECATED - 2024-03-05'
[10/28/2024 7:48:52 PM] s'close_recordsheet - DEPRECATED - 2024-03-05'
[10/28/2024 7:49:21 PM] [ERROR] Handler error: [string "MapParcel:scripts/manager_mapparcel.lua"]:507: attempt to call field 'isRecordDisplayClass' (a nil value)
Can this be fixed? It doesn't seem game breaking, but I would rather go without that error if possible.