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