1
Fork 0
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:
Joshua Goins 2025-07-17 22:49:00 -04:00
parent 49f7b584b9
commit 1e015db2f7

View file

@ -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,