mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-04-29 18:59:21 +02:00
Fix OTHIRE bug introduced in last commit.
This commit is contained in:
parent
94223f5ac0
commit
36bd6f6ad1
@ -185,9 +185,7 @@ if (isset($_GET['name']) === true && empty($_GET['name']) === false) {
|
||||
: " `p`.`soul`, `p`.`stamina`,";
|
||||
|
||||
if ($config['client'] < 780) {
|
||||
$soulStamina = (in_array($config['ServerEngine'], ['TFS_10']))
|
||||
? " 0 AS `soul`, 0 AS `stamina`,"
|
||||
: " 0 AS `p`.`soul`, 0 AS `p`.`stamina`,";
|
||||
$soulStamina = " 0 AS `soul`, 0 AS `stamina`,";
|
||||
}
|
||||
|
||||
$player_query = (in_array($config['ServerEngine'], ['TFS_10']))
|
||||
|
Loading…
x
Reference in New Issue
Block a user