mirror of
https://github.com/redstrate/Kawari.git
synced 2025-07-23 21:17:45 +00:00
Fill out player stats in EffectResult
This commit is contained in:
parent
49f7b584b9
commit
1e015db2f7
1 changed files with 4 additions and 4 deletions
|
@ -1535,11 +1535,11 @@ impl ZoneConnection {
|
|||
unk1: 1,
|
||||
unk2: 776386,
|
||||
target_id: request.target.object_id,
|
||||
current_hp: 0,
|
||||
max_hp: 0,
|
||||
current_mp: 0,
|
||||
current_hp: self.player_data.curr_hp,
|
||||
max_hp: self.player_data.max_hp,
|
||||
current_mp: self.player_data.curr_mp,
|
||||
unk3: 0,
|
||||
class_id: 0,
|
||||
class_id: self.player_data.classjob_id,
|
||||
shield: 0,
|
||||
entry_count: num_entries,
|
||||
unk4: 0,
|
||||
|
|
Loading…
Add table
Reference in a new issue