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:
Sarjuuk
2014-03-29 15:44:26 +01:00
parent 124c362d8e
commit 7af4931b58
72 changed files with 2718 additions and 1627 deletions

View File

@@ -29,7 +29,7 @@ if (!$smarty->loadCache($cacheKey, $pageData, $filter))
if ($_ = $objectFilter->getConditions())
$conditions[] = $_;
$objects = new GameObjectList($conditions, true);
$objects = new GameObjectList($conditions, ['extraOpts' => $objectFilter->extraOpts]);
// menuId 5: Object g_initPath()
// tabId 0: Database g_initHeader()