Skip to content

Commit

Permalink
API Bump
Browse files Browse the repository at this point in the history
Fixed some bugs with the house porting for EU
  • Loading branch information
Dolgubon committed May 26, 2024
1 parent 3b4baac commit e94e62f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
8 changes: 4 additions & 4 deletions DolgubonsLazySetCrafter.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
; States and/or other countries. All rights reserved.
; You can read the full terms at https://account.elderscrollsonline.com/add-on-terms

## Title: Dolgubon's Lazy Set Crafter v3.0.2
## APIVersion: 101040
## Title: Dolgubon's Lazy Set Crafter v3.0.4.1
## APIVersion: 101042
## Author: Dolgubon
## Version: 3.0.2
## Version: 3.0.4.1
## SavedVariables: dolgubonslazysetcraftersavedvars
## DependsOn: LibLazyCrafting>=4000 LibAddonMenu-2.0 LibStub
## DependsOn: LibLazyCrafting>=4005 LibAddonMenu-2.0 LibStub
## OptionalDependsOn: pChat LibFeedback LibCustomMenu LibPrice

; Libraries
Expand Down
1 change: 0 additions & 1 deletion Favourites.lua
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ local function loadQueueFavourite(selectedFavourite, useCurrentLevel, useCurrent
end

for k, v in pairs(selectedFavourite.queue) do
d(v)
if v.isRecipe then
loadRecipeQueueItem(v)
else
Expand Down
6 changes: 3 additions & 3 deletions SetCrafter.lua
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ local craftingHouses =
{displayName = "@AuctionsBMW", houseId = 62, greeting = "Welcome to Black Market Wares' guild house!", subheading = "Stations to your left",
chatMessage ="Like their guild house and want to join? Check them out here: |H1:guild:1427|hBlack Market Wares|h"},
},
["EU Megaswerver"] =
["EU Megaserver"] =
{
{displayName = "@JN_Slevin", houseId = 56, greeting = "Welcome to JNSlevin's house!", subheading = "Stations to the left",
chatMessage = "Welcome to the Independent Trading Team [ITT]'s guild house! if you find yourself in need of a "..
Expand Down Expand Up @@ -126,7 +126,7 @@ local function welcomePlayerToHouse()
end

function DolgubonSetCrafter.portToCraftingHouse()
if GetWorldName()~="PTS" then
if GetWorldName()=="PTS" then
d("No houses on PTS, since it changes where the copy comes from")
return
end
Expand Down Expand Up @@ -193,7 +193,7 @@ function DolgubonSetCrafter:Initialize()
"If you found a bug, have a request or a suggestion, or wish to donate, you can send me a mail here.")
window:SetHidden(true)

local currentAPIVersionOfAddon = 101040
local currentAPIVersionOfAddon = 101042

if GetAPIVersion() > currentAPIVersionOfAddon and GetWorldName()~="PTS" then
d("Update your addons!")
Expand Down

0 comments on commit e94e62f

Please sign in to comment.