diff options
-rw-r--r-- | src/emap/status.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/emap/status.c b/src/emap/status.c index 38a5f66..825d194 100644 --- a/src/emap/status.c +++ b/src/emap/status.c @@ -183,6 +183,9 @@ void estatus_calc_pc_additional_pre(struct map_session_data **sdPtr, node = node->next; } + // Bonus max weight from bonus strength + sd->max_weight += sd->param_bonus[0]*10; + hookStop(); } |