|
@@ -150,7 +150,7 @@ namespace CommonAI.ZoneClient
|
|
|
}
|
|
|
DoSync(syn.fields);
|
|
|
InitSkills();
|
|
|
- this.mVirtual = TemplateManager.Factory.CreateClientUnitVirtual(this);
|
|
|
+ //this.mVirtual = TemplateManager.Factory.CreateClientUnitVirtual(this);
|
|
|
}
|
|
|
|
|
|
public void SendPlayPetTeleport()
|
|
@@ -162,11 +162,11 @@ namespace CommonAI.ZoneClient
|
|
|
{
|
|
|
base.Disposing();
|
|
|
this.clearEvents();
|
|
|
- if (mVirtual != null)
|
|
|
+ /*if (mVirtual != null)
|
|
|
{
|
|
|
mVirtual.OnDispose(this);
|
|
|
}
|
|
|
- this.mVirtual = null;
|
|
|
+ this.mVirtual = null;*/
|
|
|
this.mBuffStatus.Clear();
|
|
|
this.mChantingSkill = null;
|
|
|
this.mCurrentSkillAction = null;
|
|
@@ -180,10 +180,10 @@ namespace CommonAI.ZoneClient
|
|
|
|
|
|
protected internal override void OnAdded()
|
|
|
{
|
|
|
- if (mVirtual != null)
|
|
|
+ /*if (mVirtual != null)
|
|
|
{
|
|
|
mVirtual.OnInit(this);
|
|
|
- }
|
|
|
+ }*/
|
|
|
this.SyncBuffStatus(SyncInfo.CurrentBuffStatus);
|
|
|
base.OnAdded();
|
|
|
}
|