mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-30 00:53:46 +00:00
Fix Midsummer fire quest An Innocent Disguise aswell as fixed indentation.
This commit is contained in:
@@ -100,8 +100,8 @@ void PetAI::UpdateAI(uint32 diff)
|
||||
Unit* owner = me->GetCharmerOrOwner();
|
||||
|
||||
//if Pet is in combat put player in combat
|
||||
if (me->IsInCombat())
|
||||
owner->IsInCombat();
|
||||
if (me->IsInCombat())
|
||||
owner->IsInCombat();
|
||||
|
||||
if (m_updateAlliesTimer <= diff)
|
||||
// UpdateAllies self set update timer
|
||||
|
||||
Reference in New Issue
Block a user