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:
@@ -1593,7 +1593,18 @@ var g_sources = {
|
||||
9: 'Talento',
|
||||
10: 'Habilidad Inicial',
|
||||
11: 'Evento',
|
||||
12: 'Logro'
|
||||
12: 'Logro',
|
||||
14: 'Mercado negro',
|
||||
15: 'Desencantado',
|
||||
16: 'Pescado',
|
||||
17: 'Recolectado',
|
||||
18: 'Molido',
|
||||
19: 'Minado',
|
||||
20: 'Prospectar',
|
||||
21: 'Robado',
|
||||
22: 'Rescatado',
|
||||
23: 'Despellejado',
|
||||
24: 'Tienda del juego'
|
||||
};
|
||||
|
||||
var g_sources_pvp = {
|
||||
@@ -3418,8 +3429,8 @@ var LANG = {
|
||||
[10, "Talento"], [8, "Entrenador"], [7, "Vendedor"], [2, "Ninguno"]
|
||||
],
|
||||
itemsource: [
|
||||
[1, "Cualquiera"], [3, "Creado"], [4, "Encontrado"], [5, "JcJ"], [6, "Misión"],
|
||||
[8, "Redención"], [7, "Vendedor"], [2, "Ninguno"]
|
||||
[1, "Cualquiera"], [11, "Logro"], [3, "Creado"], [4, "Encontrado"], [10, "Evento"],
|
||||
[5, "JcJ"], [6, "Misión"], [9, "Habilidad Inicial"], [7, "Vendedor"], [2, "Ninguno"]
|
||||
],
|
||||
glyphtype: [ [1, "Sublime"], [2, "Menor"] ],
|
||||
classs: [
|
||||
|
||||
Reference in New Issue
Block a user