Rename dir to uppercase for autoload

This commit is contained in:
2024-02-08 15:35:42 +02:00
parent 88aeb4a912
commit be537b5dfc
285 changed files with 41 additions and 41 deletions
+17
View File
@@ -0,0 +1,17 @@
<?php
if(!defined('GAME')) {
die();
}
/*
Прием: Ограниченный маневр
*/
$pvr = array();
if(isset($btl->users[$btl->uids[$u->info['enemy']]]['login'])) {
echo '<font color=red><b>Вы успешно использовали прием &quot;Ограниченный маневр&quot; на &quot;'.$btl->users[$btl->uids[$u->info['enemy']]]['login'].'&quot;</b></font>';
mysql_query('UPDATE `stats` SET `smena` = 0 WHERE `id` = "'.mysql_real_escape_string($u->info['id']).'" LIMIT 1');
$btl->priemAddLogFast( $u->info['id'], $u->info['enemy'], "Ограниченный маневр",
'{tm1} '.$btl->addlt(1 , 17 , $btl->users[$btl->uids[$uid]]['sex'] , NULL).' на {u2}.',
1, time() );
}
unset($pvr);
?>