mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Items/Filters
* add 'fished' as valid item source * item source 'none' now properly selects items without source, not items without source from this list * fixed edgecases where filter callback might have no return value
This commit is contained in:
@@ -3777,7 +3777,8 @@ var LANG = {
|
||||
],
|
||||
itemsource: [
|
||||
[1, "Beliebig"], [11, "Erfolg"], [3, "Hergestellt"], [4, "Drop"], [10, "Ereignis"],
|
||||
[5, "PvP"], [6, "Quest"], [9, "Startausrüstung"], [7, "Händler"], [2, "Nichts"]
|
||||
[5, "PvP"], [6, "Quest"], [9, "Startausrüstung"], [7, "Händler"], [12, "Geangelt"],
|
||||
[2, "Nichts"]
|
||||
],
|
||||
glyphtype: [[ 1, "Erhebliche"], [2, "Geringe"] ],
|
||||
classs: [
|
||||
|
||||
@@ -3825,7 +3825,8 @@ var LANG = {
|
||||
],
|
||||
itemsource: [
|
||||
[1, "Any"], [11, "Achievement"], [3, "Crafted"], [4, "Drop"], [10, "Event"],
|
||||
[5, "PvP"], [6, "Quest"], [9, "Starter"], [7, "Vendor"], [2, "None"]
|
||||
[5, "PvP"], [6, "Quest"], [9, "Starter"], [7, "Vendor"], [12, "Fished"],
|
||||
[2, "None"]
|
||||
],
|
||||
glyphtype: [ [1, "Major"], [2, "Minor"] ],
|
||||
classs: [
|
||||
|
||||
@@ -3778,7 +3778,8 @@ var LANG = {
|
||||
],
|
||||
itemsource: [
|
||||
[1, "Cualquiera"], [11, "Logro"], [3, "Creado"], [4, "Encontrado"], [10, "Evento"],
|
||||
[5, "JcJ"], [6, "Misión"], [9, "Habilidad Inicial"], [7, "Vendedor"], [2, "Ninguno"]
|
||||
[5, "JcJ"], [6, "Misión"], [9, "Habilidad Inicial"], [7, "Vendedor"], [12, "Pescado"],
|
||||
[2, "Ninguno"]
|
||||
],
|
||||
glyphtype: [ [1, "Sublime"], [2, "Menor"] ],
|
||||
classs: [
|
||||
|
||||
@@ -3779,7 +3779,8 @@ var LANG = {
|
||||
],
|
||||
itemsource: [
|
||||
[1, "N'importe quelle"], [11, "Haut fait"], [3, "Fabriqué"], [4, "Butin"], [10, "Événement"],
|
||||
[5, "JcJ"], [6, "Quête"], [9, "Débutant"], [7, "Vendeur"], [2, "Aucun"]
|
||||
[5, "JcJ"], [6, "Quête"], [9, "Débutant"], [7, "Vendeur"], [12, "Pêché"],
|
||||
[2, "Aucun"]
|
||||
],
|
||||
glyphtype: [ [1, "Majeur"], [2, "Mineur"] ],
|
||||
classs: [
|
||||
|
||||
@@ -3779,7 +3779,8 @@ var LANG = {
|
||||
],
|
||||
itemsource: [
|
||||
[1, "Все"], [11, "Достижение"], [3, "Ремесло"], [4, "Добыча"], [10, "Мероприятие"],
|
||||
[5, "PvP"], [6, "Задание"], [9, "Начальное заклинание"], [7, "Продавец"], [2, "Нет"]
|
||||
[5, "PvP"], [6, "Задание"], [9, "Начальное заклинание"], [7, "Продавец"], [12, "Вылавливается"],
|
||||
[2, "Нет"]
|
||||
],
|
||||
glyphtype: [ [1, "Большой"], [2, "Малый"] ],
|
||||
classs: [
|
||||
|
||||
@@ -3804,7 +3804,8 @@ var LANG = {
|
||||
],
|
||||
itemsource: [
|
||||
[1, "任意"], [11, "成就"], [3, "已制造"], [4, "掉落"], [10, "活动"],
|
||||
[5, "PvP"], [6, "任务"], [9, "新手"], [7, "商人"], [2, "无"]
|
||||
[5, "PvP"], [6, "任务"], [9, "新手"], [7, "商人"], [12, "可钓"],
|
||||
[2, "无"]
|
||||
],
|
||||
glyphtype: [ [1, "大"], [2, "小"] ],
|
||||
classs: [
|
||||
|
||||
Reference in New Issue
Block a user