mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
- move sources from individual tables to a single table with searchable format
- implemented 'group by source' and most source-related filters in items.php note: some fields are not yet set and searches against those will yield no usable result - fixed js-error; always expecting array characters in g_user - fixed rep gain on first login, when using external auth - fixed wrong lootIds in ?_objects, where the field size was too small
This commit is contained in:
@@ -1581,7 +1581,18 @@ var g_sources = {
|
||||
9: 'Талант',
|
||||
10: 'Начальное заклинание',
|
||||
11: 'Мероприятие',
|
||||
12: 'Достижение'
|
||||
12: 'Достижение',
|
||||
14: 'Черный Рынок',
|
||||
15: 'Распылено',
|
||||
16: 'Вылавливается',
|
||||
17: 'Собрано',
|
||||
18: '[Milled]',
|
||||
19: 'Выкапывается',
|
||||
20: 'Просеивается',
|
||||
21: 'Можно украсть',
|
||||
22: 'Разобрано',
|
||||
23: 'Собирается при снятии шкуры',
|
||||
24: 'Внутриигровой магазин'
|
||||
};
|
||||
|
||||
var g_sources_pvp = {
|
||||
@@ -3406,8 +3417,8 @@ var LANG = {
|
||||
[10, "Талант"], [8, "Тренер"], [7, "Продавец"], [2, "Нет"]
|
||||
],
|
||||
itemsource: [
|
||||
[1, "Все"], [3, "Ремесло"], [4, "Добыча"], [5, "PvP"], [6, "Задание"],
|
||||
[8, "Рекламная акция"], [7, "Продавец"], [2, "Нет"]
|
||||
[1, "Все"], [11, "Достижение"], [3, "Ремесло"], [4, "Добыча"], [10, "Мероприятие"],
|
||||
[5, "PvP"], [6, "Задание"], [9, "Начальное заклинание"], [7, "Продавец"], [2, "Нет"]
|
||||
],
|
||||
glyphtype: [ [1, "Большой"], [2, "Малый"] ],
|
||||
classs: [
|
||||
|
||||
Reference in New Issue
Block a user