DBM - Deadly Boss Mods (DBM-Core)

DBM - Deadly Boss Mods (DBM-Core)

522M Downloads

Return type of RegisterAddonMessagePrefix changed

littleylv opened this issue ยท 0 comments

commented

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.