mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 02:20:27 +00:00
fix(Core/AI): Creature SetInCombatState Leashing. (#19889)
* Update Unit.cpp * Update pit_of_saron.cpp * Update Unit.cpp
This commit is contained in:
@@ -1130,7 +1130,7 @@ public:
|
||||
me->LoadCreaturesAddon(true);
|
||||
me->SetLootRecipient(nullptr);
|
||||
me->ResetPlayerDamageReq();
|
||||
me->UpdateLeashExtensionTime();
|
||||
me->ClearLastLeashExtensionTimePtr();
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user