Damn, might want to add an exception for certain items then? Since, I am relatively certain inbox behaves the same as official hm
Did you confirm that its actually given twice? I suspect, the lua script does not call the giveKeyChainItem anymore and it is a leftover
I was wondering why accounts can be non-unique in a guild member list?
lets keep this out tho, the lack of support there is uncomfortable, but lets keep our code.. noice
Yeah, it's a number in my inbox messages. Weird situation, well in that case we gotta use mixed, you are right. PR is good to go
I think this might be a DE moment, and the client can just work with both. It just work when a number is supplied, right? I sadly can't try now.
tag can be a number? I don't see why this pr needs that change, so I don't know where it's coming from
why use mixed here? its the same as allowing everything. We should certainly not use mixed for anything that was validated.
I will sadly only be able to work on sns again after the 25th
Right, however I don't think validation or casting is required during retrieval of a document, since that also happens during saving, so it should be impossible to even have invalid objects. Other…