diff --git a/00_startup.lua b/00_startup.lua
index f32201e..540e571 100644
--- a/00_startup.lua
+++ b/00_startup.lua
@@ -3,7 +3,7 @@ DAS = DailyAutoShare
local DailyAutoShare = DailyAutoShare
DAS.name = "DailyAutoshare"
-DAS.version = "3.3.0"
+DAS.version = "3.2.2"
DAS.author = "manavortex"
DAS.settings = {}
DAS.globalSettings = {}
@@ -138,9 +138,23 @@ local defaults = {
local function pointerUpSubzones()
- -- Summerset
+ -- Summerset
defaults[1012] = defaults[1011]
+ defaults[1013] = defaults[1011]
+ defaults[1014] = defaults[1011]
+ defaults[1015] = defaults[1011]
+ defaults[1016] = defaults[1011]
+ defaults[1017] = defaults[1011]
+ defaults[1018] = defaults[1011]
+ defaults[1019] = defaults[1011]
defaults.tracked[1012] = defaults.tracked[1011]
+ defaults.tracked[1013] = defaults.tracked[1011]
+ defaults.tracked[1014] = defaults.tracked[1011]
+ defaults.tracked[1015] = defaults.tracked[1011]
+ defaults.tracked[1016] = defaults.tracked[1011]
+ defaults.tracked[1017] = defaults.tracked[1011]
+ defaults.tracked[1018] = defaults.tracked[1011]
+ defaults.tracked[1019] = defaults.tracked[1011]
-- Gold Coast
defaults[825] = defaults[823]
diff --git a/DailyAutoShare.txt b/DailyAutoShare.txt
index 32eadfc..4a17bb2 100644
--- a/DailyAutoShare.txt
+++ b/DailyAutoShare.txt
@@ -1,6 +1,6 @@
## Title: DailyAutoShare
## Author: manavortex
-## Version: 3.3.0
+## Version: 3.2.2
## APIVersion: 100023
## SavedVariables: DAS_Settings DAS_Globals
## OptionalDependsOn: LibStub LibCustomMenu LibAddonMenu-2.0 LibMediaProvider-1.0 pchat
diff --git a/locale/en.lua b/locale/en.lua
index b840103..5a7603f 100644
--- a/locale/en.lua
+++ b/locale/en.lua
@@ -32,8 +32,13 @@ local strings = {
DAS_ELF_RELIC = "Relic Runaround",
DAS_ELF_PILGR = "Pilgrimage's End",
- DAS_ELF_LIGHT = "Snuffing Out the Light",
+ DAS_ELF_LIGHT = "Snuffing Out the Light",
+ DAS_ELF_SERPE = "Culling Serpents",
+ DAS_ELF_MEMO = "Struck from Memory",
+ DAS_ELF_ROSE = "A Rose's Beauty",
+
+ DAS_ELF_ALCHE = "The Abyssal Alchemist",
DAS_ELF_GRAVE = "Never Forgotten",
DAS_ELF_QUEEN = "The Sickening Sea",
DAS_ELF_GRIFFIN = "Birds of a Feather",
diff --git a/questData/00_ids.lua b/questData/00_ids.lua
index 0cfd691..f3c6544 100644
--- a/questData/00_ids.lua
+++ b/questData/00_ids.lua
@@ -11,7 +11,7 @@ DAS_QUEST_IDS = {
[6159] = true, -- Culling Serpents
[6083] = true, -- Taming the Wild
- [6084] = true, --
+ [6084] = true, -- The Abyssal Alchemist
[6085] = true, --
[6086] = true, -- Never Forgotten
diff --git a/questData/Summerset.lua b/questData/Summerset.lua
index a2fd343..c75bd50 100644
--- a/questData/Summerset.lua
+++ b/questData/Summerset.lua
@@ -2,27 +2,47 @@ local zoneId = 1011
local zoneId2 = 1012
local tbl = {}
+local tbl2 = {}
+
+
+
+
+table.insert(tbl, GetString(DAS_ELF_ALCHE))
+table.insert(tbl2, {[1] = "welenkin", [2] = "korgen"})
+table.insert(tbl, GetString(DAS_ELF_GRAVE))
+table.insert(tbl2, {[1] = "graveld", [2] = "grave"})
+table.insert(tbl, GetString(DAS_ELF_QUEEN))
+table.insert(tbl2, {[1] = "queen"})
+table.insert(tbl, GetString(DAS_ELF_GRIFFIN))
+table.insert(tbl2, {[1] = "griffon", [2] = "griffin", [3] = "gryphon", [4] = "gryffon"})
+table.insert(tbl, GetString(DAS_ELF_SNAKE))
+table.insert(tbl2, {[1] = "adder", [2] = "snake"})
+table.insert(tbl, GetString(DAS_ELF_WILD))
+table.insert(tbl2, {[1] = "wild", [2] = "ward"})
-table.insert(tbl, GetString(DAS_ELF_GRIFFIN))
-table.insert(tbl, GetString(DAS_ELF_QUEEN))
-table.insert(tbl, GetString(DAS_ELF_SNAKE))
-table.insert(tbl, GetString(DAS_ELF_WILD))
table.insert(tbl, GetString(DAS_ELF_RELIC))
+table.insert(tbl2, {[1] = "relics"})
table.insert(tbl, GetString(DAS_ELF_PILGR))
+table.insert(tbl2, {[1] = "pilgrim"})
table.insert(tbl, GetString(DAS_ELF_LIGHT))
+table.insert(tbl2, {[1] = "light"})
+table.insert(tbl, GetString(DAS_ELF_SERPE))
+table.insert(tbl2, {[1] = "serpents"})
+table.insert(tbl, GetString(DAS_ELF_MEMO ))
+table.insert(tbl2, {[1] = "memory"})
+table.insert(tbl, GetString(DAS_ELF_ROSE ))
+table.insert(tbl2, {[1] = "rose"})
+
DAS.shareables[zoneId] = tbl
DAS.shareables[zoneId2] = DAS.shareables[zoneId]
-local tbl2 = {}
-table.insert(tbl2, {[1] = "griffon", [2] = "griffin", [3] = "gryphon", [4] = "gryffon"})
-table.insert(tbl2, {[1] = "queen"})
-table.insert(tbl2, {[1] = "adder", [2] = "snake"})
-table.insert(tbl2, {[1] = "wild", [2] = "ward"})
-table.insert(tbl2, {[1] = "relic"})
-table.insert(tbl2, {[1] = "pilgrim"})
-table.insert(tbl2, {[1] = "light"})
+for i=1012, 1019 do
+ DAS.shareables[i] = DAS.shareables[zoneId]
+end
+
+
DAS.makeBingoTable(zoneId, tbl2)
DAS.bingo[zoneId2] = DAS.bingo[zoneId]