|
@@ -134,7 +134,7 @@ namespace CommonAI.Zone.Instance
|
|
|
this.mHittedUnits = (damageList == null ? new Dictionary<uint, InstanceUnit>() : damageList);
|
|
|
}
|
|
|
this.mClientVisible = mInfo.ClientVisible;
|
|
|
- this.mSyncPos = zone.SyncPos;
|
|
|
+ this.mSyncPos = true;// zone.SyncPos;
|
|
|
this.mHitIntervalTicker = new TimeInterval<SpellTemplate.KeyFrame>(data.HitIntervalMS);
|
|
|
this.mHitIntervalTicker.Tag = data.HitIntervalKeyFrame;
|
|
|
this.mHitTotalTimes = 0;
|
|
@@ -603,7 +603,7 @@ namespace CommonAI.Zone.Instance
|
|
|
case SpellTemplate.MotionType.MissileAttackRoute:
|
|
|
if (mTarget != null)
|
|
|
{
|
|
|
- if (mInfo.RotateSpeedSEC == 0)
|
|
|
+ //if (mInfo.RotateSpeedSEC == 0)
|
|
|
{
|
|
|
faceTo(mTarget.X, mTarget.Y);
|
|
|
}
|