mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-02 08:26:36 +00:00
major updates
optimized pet support perl support
This commit is contained in:
@@ -1128,6 +1128,10 @@ void Mob::AI_Process() {
|
||||
if (focus_proc_limit_timer.Check())
|
||||
FocusProcLimitProcess();
|
||||
|
||||
if (shield_timer.Check()) {
|
||||
ShieldAbilityFinish();
|
||||
}
|
||||
|
||||
auto npcSpawnPoint = CastToNPC()->GetSpawnPoint();
|
||||
if (GetSpecialAbility(TETHER)) {
|
||||
float tether_range = static_cast<float>(GetSpecialAbilityParam(TETHER, 0));
|
||||
|
||||
Reference in New Issue
Block a user