Rename dir to uppercase for autoload
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* Прием: Цель {стихия}
|
||||
* @var $this priems
|
||||
* @var $btl battleClass
|
||||
* @var $id
|
||||
* @var $pl
|
||||
*/
|
||||
|
||||
if (!$id) {
|
||||
exit();
|
||||
}
|
||||
$cup = $this->magicTarget('water', $pl, $id, $btl);
|
||||
Reference in New Issue
Block a user