(1.2.0 beta) loot handler rewrite

This commit is contained in:
mikx
2018-01-30 05:54:25 -05:00
parent 7f292e2a7b
commit f3e05ec550
9 changed files with 87 additions and 738 deletions

View File

@@ -32,7 +32,8 @@ L["MainForm_Group_Features"] = "Fonctions";
L["MainForm_Group_Gold"] = "Or";
-- Alert Classes
L["Alert_Class_Misc"] = "Divers";
L["Alert_Class_Consumable"] = "Consommable";
L["Alert_Class_TradeGoods"] = "Matériaux d'artisanat";
L["Alert_Class_TradeGoods"] = "Artisanat";
L["Alert_Class_Weapon"] = "Arme";
L["Alert_Class_Armor"] = "Armure";

View File

@@ -31,4 +31,9 @@ L["MainForm_Button_LootList"] = "Loot List";
L["MainForm_Group_Features"] = "Fonctions";
L["MainForm_Group_Gold"] = "Or";
L["Alert_TradeGoods"] = "Trade Goods";
-- Alert Classes
L["Alert_Class_Misc"] = "Miscellaneous";
L["Alert_Class_Consumable"] = "Consumable";
L["Alert_Class_TradeGoods"] = "Trade Goods";
L["Alert_Class_Weapon"] = "Weapon";
L["Alert_Class_Armor"] = "Armor";