mirror of
https://github.com/redstrate/Kawari.git
synced 2025-06-30 11:47:45 +00:00
Disable sending exp again
This commit is contained in:
parent
fd4436db01
commit
670d25a980
1 changed files with 2 additions and 1 deletions
|
@ -282,7 +282,8 @@ async fn client_loop(
|
||||||
timestamp: timestamp_secs(),
|
timestamp: timestamp_secs(),
|
||||||
data: ServerZoneIpcData::PlayerStatus(PlayerStatus {
|
data: ServerZoneIpcData::PlayerStatus(PlayerStatus {
|
||||||
content_id: connection.player_data.content_id,
|
content_id: connection.player_data.content_id,
|
||||||
exp: connection.player_data.classjob_exp,
|
// Disabled for now until the client stops freaking out
|
||||||
|
//exp: connection.player_data.classjob_exp,
|
||||||
max_level: 100,
|
max_level: 100,
|
||||||
expansion: 5,
|
expansion: 5,
|
||||||
name: chara_details.name,
|
name: chara_details.name,
|
||||||
|
|
Loading…
Add table
Reference in a new issue