mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Util/Game
* cleanup Util 2/2 * move game related functions and variables to new class: Game
This commit is contained in:
@@ -194,7 +194,7 @@ class ObjectPage extends GenericPage
|
||||
/****************/
|
||||
|
||||
// pageText
|
||||
if ($this->pageText = Util::getPageText($next = $this->subject->getField('pageTextId')))
|
||||
if ($this->pageText = Game::getPageText($next = $this->subject->getField('pageTextId')))
|
||||
{
|
||||
$this->addCSS(['path' => 'Book.css']);
|
||||
$this->addJS('Book.js');
|
||||
|
||||
Reference in New Issue
Block a user