omgishouldntbedoingthis

This commit is contained in:
Sarjuuk
2013-11-24 23:15:15 +01:00
parent 2d736fc785
commit 5e785d6c78
39 changed files with 2131 additions and 937 deletions

View File

@@ -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)
{