1
This commit is contained in:
parent
b97c54e0c8
commit
f99aed08bb
@ -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
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -2963,7 +2963,7 @@ void Human::LootInteraction(Loot* entity)
|
|||||||
kPickUp,
|
kPickUp,
|
||||||
0,
|
0,
|
||||||
target_uniid,
|
target_uniid,
|
||||||
true);
|
false);
|
||||||
},
|
},
|
||||||
&xtimer_attacher);
|
&xtimer_attacher);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user