fix(effect): Fixed HP/MP/CP not updating when receiving a MaxHp/MaxMP/MaxCp effect
The MaxHp/MaxMp/MaxCp effect are calling L2Character#addStatFunc which does not broadcast a status update packet. Changed the call to L2Character#addStatFuncs which does handle broadcast.
Showing
- src/main/java/com/l2jserver/datapack/handlers/effecthandlers/pump/MaxCp.java 4 additions, 6 deletions...2jserver/datapack/handlers/effecthandlers/pump/MaxCp.java
- src/main/java/com/l2jserver/datapack/handlers/effecthandlers/pump/MaxHp.java 4 additions, 7 deletions...2jserver/datapack/handlers/effecthandlers/pump/MaxHp.java
- src/main/java/com/l2jserver/datapack/handlers/effecthandlers/pump/MaxMp.java 4 additions, 6 deletions...2jserver/datapack/handlers/effecthandlers/pump/MaxMp.java
Please register or sign in to comment