View Single Post
06/04/21, 06:08 AM   #2
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,989
Try o change the txt file of the addon and change these order of the lines from:
Code:
HarvensQuestJournal.lua
HarvensQuestJournal.xml
Bindings.xml
To:
Code:
HarvensQuestJournal.xml
HarvensQuestJournal.lua
Bindings.xml
If this des not fix it just comment (add --[[ and ]] arround the block) these lines in the lua file, lines 1201ff:
Code:
--[[
	HarvensQuestJournalTopLevel:SetHandler("OnHide", function()
		PlaySound(SOUNDS.BOOK_CLOSE)
	end)
]]
  Reply With Quote