mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-12-01 21:15:20 +08:00
implemented details, lists and filters on quests
- some filter are still missing - didn't bother with the mapper yet - zoneOrSort is still inconsistent for instances - merged all queststarter/-ender into one single table - removed $template-parameter from addGlobalsToJscript and access it through Util - dropped error.tpl and 404.tpl and moved the error-text to aowow_articles - misc improvements here and there
This commit is contained in:
@@ -287,7 +287,7 @@ var fi_filters = {
|
||||
{ id: 11, name: 'suggestedplayers', type: 'num' },
|
||||
{ id: 6, name: 'timer', type: 'num' },
|
||||
|
||||
{ id: 1, name: 'sepstaffonly', staffonly: true },
|
||||
{ id: 999, name: 'sepstaffonly', staffonly: true },
|
||||
{ id: 42, name: 'flags', type: 'flags', staffonly: true },
|
||||
|
||||
{ id: 13, name: 'sepgainsrewards' },
|
||||
@@ -311,7 +311,7 @@ var fi_filters = {
|
||||
{ id: 18, name: 'hasscreenshots', type: 'yn' },
|
||||
{ id: 36, name: 'hasvideos', type: 'yn' },
|
||||
|
||||
{ id: 1, name: 'sepmisc' },
|
||||
{ id: 9999,name: 'sepmisc' },
|
||||
{ id: 24, name: 'lacksstartend', type: 'yn'}
|
||||
],
|
||||
|
||||
|
||||
Reference in New Issue
Block a user