Core/Loot: Implemented personal loot and tag sharing for non-boss loot
Port From (https://github.com/TrinityCore/TrinityCore/commit/133334a902b705dae6f7e92bb1009b84cf1c51d2)
This commit is contained in:
@@ -211,7 +211,7 @@ namespace Game.AI
|
||||
if (reset)
|
||||
{
|
||||
who.LoadCreaturesAddon();
|
||||
who.SetLootRecipient(null);
|
||||
who.SetTappedBy(null);
|
||||
who.ResetPlayerDamageReq();
|
||||
who.SetLastDamagedTime(0);
|
||||
who.SetCannotReachTarget(false);
|
||||
@@ -596,7 +596,7 @@ namespace Game.AI
|
||||
if (reset)
|
||||
{
|
||||
creature.LoadCreaturesAddon();
|
||||
creature.SetLootRecipient(null);
|
||||
creature.SetTappedBy(null);
|
||||
creature.ResetPlayerDamageReq();
|
||||
creature.SetLastDamagedTime(0);
|
||||
creature.SetCannotReachTarget(false);
|
||||
|
||||
Reference in New Issue
Block a user