mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-04-30 03:09:22 +02:00
Tibia client 11.49.5921 support (#323)
Adds additional login-session-data that was introduced in the Tibia 11.49.5921 client update.
This commit is contained in:
parent
f72815e23d
commit
b6f30e63fc
@ -55,6 +55,7 @@ if($_SERVER['HTTP_USER_AGENT'] == "Mozilla/5.0" && $config['TFSVersion'] === 'TF
|
||||
$response = array(
|
||||
'session' => array(
|
||||
'fpstracking' => false,
|
||||
'optiontracking' => false,
|
||||
'isreturner' => true,
|
||||
'returnernotification' => false,
|
||||
'showrewardnews' => false,
|
||||
@ -75,6 +76,8 @@ if($_SERVER['HTTP_USER_AGENT'] == "Mozilla/5.0" && $config['TFSVersion'] === 'TF
|
||||
'location' => 'ALL',
|
||||
'externaladdressunprotected' => $gameserver['ip'],
|
||||
'externaladdressprotected' => $gameserver['ip'],
|
||||
'externalportunprotected' => $gameserver['port'],
|
||||
'externalportprotected' => $gameserver['port'],
|
||||
'anticheatprotection' => false
|
||||
)
|
||||
),
|
||||
|
Loading…
x
Reference in New Issue
Block a user