- disabled the link with BigWigs to avoid the 'RegisterMessage' error on every login.

This commit is contained in:
Tercio
2016-12-15 13:51:06 -02:00
parent a1dd2ad6a3
commit 312fa7b47d
3 changed files with 14 additions and 6 deletions
+5 -1
View File
@@ -2289,6 +2289,7 @@
LoadAddOn ("BigWigs_Core")
if (BigWigs and not _G.DBM) then
--if (BigWigs) then
BigWigs:Enable()
function _detalhes:BigWigs_Message (event, module, key, text, ...)
@@ -2316,7 +2317,10 @@
end
end
BigWigs.RegisterMessage (_detalhes, "BigWigs_Message")
if (BigWigs.RegisterMessage) then
BigWigs.RegisterMessage (_detalhes, "BigWigs_Message")
--print (BigWigs.RegisterMessage)
end
end
end