mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-11 03:31:08 +00:00
Fix for player hp updates not matching between client and server
This commit is contained in:
@@ -336,6 +336,10 @@ int32 Client::CalcMaxHP()
|
||||
current_hp = curHP_cap;
|
||||
}
|
||||
}
|
||||
|
||||
// hack fix for client health not reflecting server value
|
||||
last_max_hp = 0;
|
||||
|
||||
return max_hp;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user