Skip to content

Commit

Permalink
Rename outlaw estate
Browse files Browse the repository at this point in the history
  • Loading branch information
brightrim committed Dec 2, 2023
1 parent 55f047e commit 6303738
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions housing/propertyList.lua
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ M.propertyTable = {
{"Oldra Estate", "Grundstück Oldra",position(841,884,0),200000, 2558,253, "Runewick","7",factions.RunewickRankListMale[7]["eRank"],factions.RunewickRankListMale[7]["gRank"], true},
{"Merryglade Estate", "Grundstück Merryglade",position(834,728,0),200000, 2558,254, "Runewick","7",factions.RunewickRankListMale[7]["eRank"],factions.RunewickRankListMale[7]["gRank"], true},
--Outlaw
{"Outlaw Base One", "Erstes Lager der Vogelfreien",position(213,97,0),200000,2558,504,"Outlaw","0","None","None", true}
{"Pauldron Estate", "GERMAN TRANSLATION",position(213,97,0),200000,2558,504,"Outlaw","0","None","None", true}
}

M.properties = {}
Expand Down Expand Up @@ -155,7 +155,7 @@ table.insert(M.properties, {name = "Oldra Estate", lower = position(844,871,-21)
table.insert(M.properties, {name = "Merryglade Estate", lower = position(828,716,0), upper = position(834,726,2), estate = true})
table.insert(M.properties, {name = "Merryglade Estate", lower = position(821,716,-21), upper = position(836,726,-21), estate = true})
--Outlaw
table.insert(M.properties, {name = "Outlaw Base One", lower = position(967,343,0), upper = position(983,362,2), estate = true, outlaw = true})
table.insert(M.properties, {name = "Outlaw Base One", lower = position(967,343,-21), upper = position(983,362,-21), estate = true, outlaw = true})
table.insert(M.properties, {name = "Pauldron Estate", lower = position(967,343,0), upper = position(983,362,2), estate = true, outlaw = true})
table.insert(M.properties, {name = "Pauldron Estate", lower = position(967,343,-21), upper = position(983,362,-21), estate = true, outlaw = true})

return M

0 comments on commit 6303738

Please sign in to comment.