1
This commit is contained in:
parent
4d51dde48d
commit
bb4d2313e3
@ -1356,7 +1356,7 @@ void Human::AddBuff(MetaData::Buff* buff_meta)
|
|||||||
room->frame_event.AddBuff(this, buff);
|
room->frame_event.AddBuff(this, buff);
|
||||||
{
|
{
|
||||||
room->xtimer.AddDeadLineTimerAndAttach(
|
room->xtimer.AddDeadLineTimerAndAttach(
|
||||||
buff_meta->i->duration_time() / SERVER_FRAME_RATE,
|
buff_meta->i->duration_time() * SERVER_FRAME_RATE,
|
||||||
a8::XParams()
|
a8::XParams()
|
||||||
.SetSender(this)
|
.SetSender(this)
|
||||||
.SetParam1(buff_meta->i->buff_id()),
|
.SetParam1(buff_meta->i->buff_id()),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user