mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-30 03:09:22 +02:00

Create services for: login, status, router, database, AnonymousStatistics Drop gesior.backward_support Drop compat/pages.php Drop part of compat/classes.php Move signature to routes
15 lines
317 B
PHP
15 lines
317 B
PHP
<?php
|
|
/**
|
|
* Deprecated functions (compat)
|
|
*
|
|
* @package MyAAC
|
|
* @author Slawkens <slawkens@gmail.com>
|
|
* @copyright 2019 MyAAC
|
|
* @link https://my-aac.org
|
|
*/
|
|
defined('MYAAC') or die('Direct access not allowed!');
|
|
|
|
function getCreatureImgPath($creature): string {
|
|
return getMonsterImgPath($creature);
|
|
}
|