mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
moved error code for wrong Ids and pageNames to Tempate-Class
throw an error if an invalid category-parameter is passed
This commit is contained in:
@@ -73,7 +73,7 @@ class WorldEventList extends BaseType
|
||||
{
|
||||
// template
|
||||
$this->curTpl['name_loc0'] = $this->curTpl['description'];
|
||||
$this->curTpl['iconString'] = 'INV_Misc_QuestionMark';
|
||||
$this->curTpl['iconString'] = 'trade_engineering';
|
||||
$replace[$this->id] = $this->curTpl;
|
||||
|
||||
// names
|
||||
|
||||
Reference in New Issue
Block a user