Skip to content

Commit

Permalink
fix(ui): update AppHelper.lua patch
Browse files Browse the repository at this point in the history
disables hash match precondition
  • Loading branch information
kamoo1 committed Aug 14, 2024
1 parent 7471269 commit f7a6ed2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 13 deletions.
12 changes: 6 additions & 6 deletions data/AppHelper.lua.diff
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
@@ -4078,41 +4078,8 @@
@@ -5782,40 +5782,8 @@
nil%0A
-%09if Environment.IsRetail() then%0A%09
-%09if ClientInfo.IsRetail() then%0A%09
%09reg
@@ -5824,199 +5824,8 @@
n()%0A
-%09else%0A%09%09local currentRealmName = private.SanitizedRealmName(SessionInfo.GetRealmName())%0A%09%09local realmInfo = RealmData.Classic%5BcurrentRealmName%5D%0A%09%09region = realmInfo and realmInfo.region%0A%09end%0A
%09reg
@@ -4165,191 +4165,8 @@
TR%22%0A
-%09else%0A%09%09local currentRealmName = private.SanitizedRealmName(Wow.GetRealmName())%0A%09%09region = ClassicRealms.GetRegion(currentRealmName) or (cVar ~= %22public-test%22 and cVar) or %22PTR%22%0A%09end%0A
%09if
1 change: 0 additions & 1 deletion data/AppHelper.lua.sha256

This file was deleted.

6 changes: 0 additions & 6 deletions data/patches.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,22 +43,16 @@
],
[
"--in_place",
"--src_digest",
"data/AppHelper.lua.sha256",
"{warcraft_base}/_retail_/Interface/AddOns/TradeSkillMaster/Core/Lib/AppHelper.lua",
"data/AppHelper.lua.diff"
],
[
"--in_place",
"--src_digest",
"data/AppHelper.lua.sha256",
"{warcraft_base}/_classic_/Interface/AddOns/TradeSkillMaster/Core/Lib/AppHelper.lua",
"data/AppHelper.lua.diff"
],
[
"--in_place",
"--src_digest",
"data/AppHelper.lua.sha256",
"{warcraft_base}/_classic_era_/Interface/AddOns/TradeSkillMaster/Core/Lib/AppHelper.lua",
"data/AppHelper.lua.diff"
]
Expand Down

0 comments on commit f7a6ed2

Please sign in to comment.