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:
@@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user