1
This commit is contained in:
parent
b97c54e0c8
commit
f99aed08bb
@ -350,6 +350,8 @@ enum EventAddBuff_e
|
||||
kEventBuffEatDrug = 15,
|
||||
kEventBuffDisengageBattle = 16,
|
||||
kEventBuffLimitTimeKillTarget = 17,
|
||||
kEventBuffRevive = 18,
|
||||
kEventBuffDmgOut = 19,
|
||||
kEventBuffEnd
|
||||
};
|
||||
|
||||
|
@ -2963,7 +2963,7 @@ void Human::LootInteraction(Loot* entity)
|
||||
kPickUp,
|
||||
0,
|
||||
target_uniid,
|
||||
true);
|
||||
false);
|
||||
},
|
||||
&xtimer_attacher);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user