Added patch 1.16 tailoring.
Added Augerer's set Added Diviners's set Added Pillagers's set Added Shadoweave set to Crafted Sets > Tailoring Augerer's, Diviners's and Pillagers's sets are missing Orange/Yellow/Green/Grey skillup information. However they were also immediately grey for me when I trained them at level. So this may also be a server bug as well as missing information.
This commit is contained in:
@@ -313,7 +313,11 @@ function AtlasLoot_FixText(text)
|
||||
text = gsub(text, "#craftbm1#", AL["Bloodsoul Embrace"]);
|
||||
|
||||
-- Tailoring Crafted Sets
|
||||
text = gsub(text, "#craftt1#", AL["Bloodvine Garb"]);
|
||||
text = gsub(text, "#craftt1#", AL["Augerer's Attire"]);
|
||||
text = gsub(text, "#craftt2#", AL["Shadoweave"]);
|
||||
text = gsub(text, "#craftt3#", AL["Diviner's Garments"]);
|
||||
text = gsub(text, "#craftt4#", AL["Pillager's Garb"]);
|
||||
text = gsub(text, "#craftt5##", AL["Bloodvine Garb"]);
|
||||
|
||||
-- Leatherworking Crafted Sets
|
||||
text = gsub(text, "#craftlwl1#", AL["Volcanic Armor"]);
|
||||
|
||||
Reference in New Issue
Block a user