mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
omgishouldntbedoingthis
This commit is contained in:
@@ -6,7 +6,13 @@ if (!defined('AOWOW_REVISION'))
|
||||
|
||||
class GameObjectList extends BaseType
|
||||
{
|
||||
public static $type = TYPE_OBJECT;
|
||||
public static $type = TYPE_OBJECT;
|
||||
|
||||
protected $queryBase = 'SELECT *, go.entry AS ARRAY_KEY FROM gameobject_template go';
|
||||
protected $queryOpts = array(
|
||||
'go' => [['lg']],
|
||||
'lg' => ['j' => ['locales_gameobject lq ON go.entry = lq.entry', true]]
|
||||
);
|
||||
|
||||
public static function getName($id)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user