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
+28
View File
@@ -0,0 +1,28 @@
<?php
if(!defined('GAME')) {
die();
}
/*
Прием: Натиск
*/
$pvr = array();
if( isset($pr_momental_this)) {
}elseif( isset($pr_tested_this) ) {
}elseif( isset($pr_used_this) ) {
}else{
//Действие при клике
$btl->priemAddLogFast( $u->info['id'], 0, "Натиск",
'{tm1} '.$btl->addlt(1 , 17 , $btl->users[$btl->uids[$u->info['id']]]['sex'] , NULL).'',
0, time() );
//
mysql_query('INSERT INTO `battle_actions` (`btl`,`uid`,`time`,`vars`,`vals`) VALUES (
"'.$btl->i->id.'","'.$u->info['id'].'","'.time().'","use_powteam'.$u->info['team'].'","1"
)');
//
$this->mintr($pl);
}
unset($pvr);
?>