mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Page/Listview
* refer to Listview template by default name if able
This commit is contained in:
@@ -9,7 +9,7 @@ class CreatureList extends BaseType
|
||||
use spawnHelper;
|
||||
|
||||
public static $type = Type::NPC;
|
||||
public static $brickFile = 'creature';
|
||||
public static $brickFile = 'npc';
|
||||
public static $dataTable = '?_creature';
|
||||
|
||||
protected $queryBase = 'SELECT ct.*, ct.id AS ARRAY_KEY FROM ?_creature ct';
|
||||
|
||||
@@ -9,7 +9,7 @@ class IconList extends BaseType
|
||||
use listviewHelper;
|
||||
|
||||
public static $type = Type::ICON;
|
||||
public static $brickFile = 'icon';
|
||||
public static $brickFile = 'icongallery';
|
||||
public static $dataTable = '?_icons';
|
||||
public static $contribute = CONTRIBUTE_CO;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user