mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Nav/RedButtons
* pass parameters as ready to use - objects
This commit is contained in:
@@ -249,7 +249,7 @@ class ObjectPage extends GenericPage
|
||||
$this->relBoss = $relBoss;
|
||||
$this->redButtons = array(
|
||||
BUTTON_WOWHEAD => true,
|
||||
BUTTON_LINKS => true,
|
||||
BUTTON_LINKS => ['type' => $this->type, 'typeId' => $this->typeId],
|
||||
BUTTON_VIEW3D => ['displayId' => $this->subject->getField('displayId'), 'type' => TYPE_OBJECT, 'typeId' => $this->typeId]
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user