# HG changeset patch # User ShadowTheAge # Date 1501578707 -10800 # Node ID f1e4371991ce059e861eda7bbce688f006ad15ef # Parent e55c84b53f422c012cdc831ba2cf31f09e6cf58e 7.2 update diff -r e55c84b53f42 -r f1e4371991ce CrossRealmAssist.lua --- a/CrossRealmAssist.lua Thu Oct 27 02:20:58 2016 +0300 +++ b/CrossRealmAssist.lua Tue Aug 01 12:11:47 2017 +0300 @@ -654,9 +654,9 @@ lfgui = setupWidget(CreateFrame("Frame","CrossRealmAssistJoinUI",nil,"UIPanelDialogTemplate"), {SetFrameStrata="HIGH",SetWidth=tableWidth+45,SetHeight=shift+95,EnableMouse=true,SetMovable=true,SetScale=scale}) - lfgui.title:SetText("Click to join group"); + lfgui.Title:SetText("Click to join group"); local dragRect = setupWidget(CreateFrame("Frame",nil,lfgui), {EnableMouse=true,RegisterForDrag="LeftButton"}, 0, 6); - dragRect:SetAllPoints(lfgui.title) + dragRect:SetAllPoints(lfgui.Title) dragRect:SetScript("OnDragStart", function() lfgui:StartMoving() end) dragRect:SetScript("OnDragStop", function() lfgui:StopMovingOrSizing() end) lfgui:SetScript("OnUpdate",addon.lfgUpdate) @@ -747,7 +747,7 @@ lfgScanInProgress = true curLfgGroup = group local languages = db.global.allLanguages and allLanguageTable or C_LFGList.GetLanguageSearchFilter(); - C_LFGList.Search(addon.lfgGroups[curLfgGroup],"",nil,nil,languages) + C_LFGList.Search(addon.lfgGroups[curLfgGroup],{},nil,nil,languages) end function addon:LfgScanFailed(event, reason) diff -r e55c84b53f42 -r f1e4371991ce CrossRealmAssist.toc --- a/CrossRealmAssist.toc Thu Oct 27 02:20:58 2016 +0300 +++ b/CrossRealmAssist.toc Tue Aug 01 12:11:47 2017 +0300 @@ -1,8 +1,8 @@ -## Interface: 70100 +## Interface: 70200 ## Title: Cross Realm Assist ## Notes: Easy tool for cross-realm hoping ## Author: ShadowTheAge -## Version: 0.81 beta +## Version: 0.82 beta ## SavedVariables: CrossRealmAssistDB embeds.xml diff -r e55c84b53f42 -r f1e4371991ce CrossRealmAssistSettings.lua --- a/CrossRealmAssistSettings.lua Thu Oct 27 02:20:58 2016 +0300 +++ b/CrossRealmAssistSettings.lua Tue Aug 01 12:11:47 2017 +0300 @@ -1,4 +1,4 @@ -local version = "v0.81"; +local version = "v0.82"; local about = [[About: I have started to make this addon as a tool for myself. Few people started to use it when I pushed it to Curse. Then updated it once with 6.2 release. After some time I have catched a dialog on my own realm discussing it. I went to check curse page and I was shocked - it was in top-60 monthly downloaded addons with lots of suggestions and few bug reports.