diff --git a/PorterPacker/PorterPacker.lua b/PorterPacker/PorterPacker.lua index 2c38b36..15d900f 100644 --- a/PorterPacker/PorterPacker.lua +++ b/PorterPacker/PorterPacker.lua @@ -1,6 +1,6 @@ _addon.name = 'PorterPacker' _addon.author = 'Ivaar' -_addon.version = '0.0.0.6' +_addon.version = '0.0.0.7' _addon.commands = {'porterpacker','packer','po'} require('pack') @@ -33,6 +33,8 @@ local zones = { [252] = 246, -- Norg - (G-7) [256] = 43, -- Western Adoulin - (H-11) [280] = 802, -- Mog Garden + [279] = 13, -- Walk of Echoes [P2] + [298] = 13, -- Walk of Echoes [P1] } local function space_available(bag_id)