This commit is contained in:
Manuel Simon Hirsig
2017-12-12 06:46:18 +01:00
parent 8c540b3e73
commit 7092d02867
+2 -2
View File
@@ -132,8 +132,8 @@ end
function ADDON_LOADED()
if arg1 ~= 'Mail' then return end
MailFrame.pushable = 1
FriendsFrame.pushable = 2
UIPanelWindows.MailFrame.pushable = 1
UIPanelWindows.FriendsFrame.pushable = 2
Inbox_Load()
SendMail_Load()