mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 04:37:00 +00:00
[9049] Additional fixes for talent 17056 and ranks.
Thanks to Sarjuuk for clarify existed problems and help in prepare fix.
This commit is contained in:
parent
503496e09c
commit
5e081196b1
3 changed files with 9 additions and 9 deletions
|
|
@ -7741,7 +7741,6 @@ void Unit::setPowerType(Powers new_powertype)
|
|||
break;
|
||||
case POWER_ENERGY:
|
||||
SetMaxPower(POWER_ENERGY,GetCreatePowers(POWER_ENERGY));
|
||||
SetPower( POWER_ENERGY,0);
|
||||
break;
|
||||
case POWER_HAPPINESS:
|
||||
SetMaxPower(POWER_HAPPINESS,GetCreatePowers(POWER_HAPPINESS));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue