fix: Blood of Heroes object rendering and QuestieQuest runtime crash fixes

This commit is contained in:
Xurkon
2026-04-12 00:45:50 -05:00
parent 98b45c804d
commit 08eace3115
4 changed files with 35 additions and 1 deletions
+4 -1
View File
@@ -31,7 +31,10 @@ ChatFilter.Filter = function(chatFrame, _, msg, playerName, languageName, channe
end
end
if questId and QuestieDB.QuestPointers[questId] then
-- Skip non-quest patterns like mythic keystones
if questName and string.match(questName, "^Keystone") then
-- skip keystone links
elseif questId and QuestieDB.QuestPointers[questId] then
if (not senderGUID) then
playerName = BNGetFriendInfoByID(bnSenderID)
senderGUID = bnSenderID