Return type of RegisterAddonMessagePrefix changed
littleylv opened this issue ยท 0 comments
The return type of C_ChatInfo.RegisterAddonMessagePrefix
is RegisterAddonMessagePrefixResult
instead of bool since 10.2.7 RegisterAddonMessagePrefix.
The function return 0
as Success
RegisterAddonMessagePrefixResult now.
I think the if conditions here https://github.com/DeadlyBossMods/DeadlyBossMods/blob/master/DBM-Core/DBM-Core.lua#L1847-L1861 should be changed too.