Added t3 warrior + fixed lua error

This commit is contained in:
Szyler
2021-04-25 00:55:22 +02:00
parent 52c9b673c2
commit d7f093dc45
3 changed files with 22 additions and 21 deletions
+1 -1
View File
@@ -770,7 +770,7 @@ function AtlasLoot_FixText(text)
text = gsub(text, "#t3s7#", AL["The Earthshatterer"]);
text = gsub(text, "#t3s8#", AL["Plagueheart Raiment"]);
text = gsub(text, "#t3s9#", AL["Dreadnaught's Battlegear"]);
text = gsub(text, "#t3s10#", AL["Fury's Battlegear"]);
text = gsub(text, "#t3s10#", AL["Dreadborne Warplate"]);
-- Tier 4 Sets
text = gsub(text, "#t4s1_1#", AL["Malorne Harness"]);
+1
View File
@@ -903,6 +903,7 @@ if AL then
AL["Plagueheart Raiment"] = true;
AL["Dreadnaught's Battlegear"] = true;
AL["Fury's Battlegear"] = true;
AL["Dreadborne Warplate"] = true;
-- Tier 4 Sets
AL["Malorne Harness"] = true;