Minor spacing fixes
This commit is contained in:
parent
16506fa61e
commit
d4f21d9800
@ -5812,6 +5812,7 @@ unsigned short status_calc_luk(struct block_list *bl, struct status_change *sc,
|
|||||||
|
|
||||||
return (unsigned short)cap_value(luk,0,USHRT_MAX);
|
return (unsigned short)cap_value(luk,0,USHRT_MAX);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Adds base attack modifications based on status changes
|
* Adds base attack modifications based on status changes
|
||||||
* @param bl: Object to change batk [PC|MOB|HOM|MER|ELEM]
|
* @param bl: Object to change batk [PC|MOB|HOM|MER|ELEM]
|
||||||
@ -7563,7 +7564,8 @@ struct status_data *status_get_display_status(struct block_list *bl)
|
|||||||
nullpo_retr(&dummy_status, bl);
|
nullpo_retr(&dummy_status, bl);
|
||||||
|
|
||||||
switch (bl->type) {
|
switch (bl->type) {
|
||||||
case BL_PC: return &((TBL_PC*)bl)->display_status;
|
case BL_PC:
|
||||||
|
return &((TBL_PC*)bl)->display_status;
|
||||||
default:
|
default:
|
||||||
return &dummy_status;
|
return &dummy_status;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user