myaac/system/compat/base.php
slawkens 2c59c4d8f7 feat: Rewrite of the core: avoid globals where possible
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
2025-03-09 14:41:41 +01:00

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);
}