Added many missing things
* Steel Plate added to Blacksmithing * Intact Pounder Mainframe added to Gnomer * Schematic: Hypertech Battery Pack added to Gnomer * Missing rare trash drops from Maraudon * Missing rare trash drops from Crescent Grove * Missing epic trash drops from Molten Core * Missing Talisman of Binding Shard from Garr * Missing custom items from the Abyssal Council * Missing custom items from the Elemental Invasion * Added Concavius
This commit is contained in:
@@ -189,6 +189,7 @@ function AtlasLoot_FixText(text)
|
||||
text = gsub(text, "#m38#", AL["Coin"]);
|
||||
text = gsub(text, "#m39#", AL["Bijou"]);
|
||||
text = gsub(text, "#m40#", AL["Doll"]);
|
||||
text = gsub(text, "#m41#", AL["(250)"]);
|
||||
|
||||
-- Random names
|
||||
text = gsub(text, "#x1#", AL["Lord Cobrahn"]);
|
||||
@@ -311,6 +312,7 @@ function AtlasLoot_FixText(text)
|
||||
-- Blacksmithing Crafted Sets
|
||||
text = gsub(text, "#craftbp1#", AL["Imperial Plate"]);
|
||||
text = gsub(text, "#craftbp2#", AL["The Darksoul"]);
|
||||
text = gsub(text, "#craftbp3#", AL["Steel Plate"]);
|
||||
text = gsub(text, "#craftbm1#", AL["Bloodsoul Embrace"]);
|
||||
|
||||
-- Tailoring Crafted Sets
|
||||
|
||||
Reference in New Issue
Block a user