mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Implemented new type: mail
* display and link clientside mails to other types and events * fixed favorites menu for new types * fixed sorting column triggered spells in enchantment listview * some misc cleanups
This commit is contained in:
@@ -917,7 +917,9 @@ var mn_database = [
|
||||
[6,"Zones","?zones",mn_zones],
|
||||
[, "Autre"],
|
||||
[31, "Icônes", ":wowhead.com/icons", mn_icons],
|
||||
[19,"Sons","?sounds", mn_sounds]
|
||||
[19,"Sons","?sounds", mn_sounds],
|
||||
[102, 'Areatrigger', '?areatriggers', mn_areatrigger, {requiredAccess: 1726}], // aowow - custom
|
||||
[103, 'Mails', '?mails'] // aowow - custom
|
||||
];
|
||||
var mn_tools = [
|
||||
[0,"Calculateur de talents","?talent",mn_talentCalc],
|
||||
@@ -3357,7 +3359,9 @@ var LANG = {
|
||||
19: ["Son", "Son", "Sons", "Sons"],
|
||||
29: ["Icône", "icône", "Icônes", "icônes"],
|
||||
501: ["Emote", "emote", "Emotes", "emotes"],
|
||||
502: ["Enchantement", "enchantement", "Enchantements", "enchantements"]
|
||||
502: ["Enchantement", "enchantement", "Enchantements", "enchantements"],
|
||||
503: ["Areatrigger", "areatrigger", "Areatriggers", "areatriggers"],
|
||||
504: ["Mail", "mail", "Mails", "mails"]
|
||||
},
|
||||
|
||||
timeunitssg: ["année", "mois", "semaine", "jour", "heure", "minute", "seconde"],
|
||||
|
||||
Reference in New Issue
Block a user