mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 02:11:30 +00:00
Fix indentation.
This commit is contained in:
parent
ff6de1938b
commit
cd2b2c3c19
@ -3455,9 +3455,9 @@ void Mob::CommonDamage(Mob* attacker, int &damage, const uint16 spell_id, const
|
|||||||
if (GetPetOrder() == SPO_Sit) {
|
if (GetPetOrder() == SPO_Sit) {
|
||||||
SetPetOrder(SPO_Follow);
|
SetPetOrder(SPO_Follow);
|
||||||
}
|
}
|
||||||
// fix GUI sit button to be unpressed and stop sitting regen
|
// fix GUI sit button to be unpressed and stop sitting regen
|
||||||
owner->CastToClient()->SetPetCommandState(PET_BUTTON_SIT, 0);
|
owner->CastToClient()->SetPetCommandState(PET_BUTTON_SIT, 0);
|
||||||
SetAppearance(eaStanding);
|
SetAppearance(eaStanding);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user