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