This commit is contained in:
aozhiwei 2023-03-20 20:47:59 +08:00
parent b97c54e0c8
commit f99aed08bb
2 changed files with 3 additions and 1 deletions

View File

@ -350,6 +350,8 @@ enum EventAddBuff_e
kEventBuffEatDrug = 15, kEventBuffEatDrug = 15,
kEventBuffDisengageBattle = 16, kEventBuffDisengageBattle = 16,
kEventBuffLimitTimeKillTarget = 17, kEventBuffLimitTimeKillTarget = 17,
kEventBuffRevive = 18,
kEventBuffDmgOut = 19,
kEventBuffEnd kEventBuffEnd
}; };

View File

@ -2963,7 +2963,7 @@ void Human::LootInteraction(Loot* entity)
kPickUp, kPickUp,
0, 0,
target_uniid, target_uniid,
true); false);
}, },
&xtimer_attacher); &xtimer_attacher);