Browse Source

修改法术z方向高度刷新开关HeightUpdate

大爷 1 year ago
parent
commit
1fc37e5b24
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Common/CommonAI/ZoneClient/ZoneObject.Spell.cs

+ 1 - 1
Common/CommonAI/ZoneClient/ZoneObject.Spell.cs

@@ -276,7 +276,7 @@ namespace CommonAI.ZoneClient
             {
                 updateMotion(intervalMS);
             }*/
-            if (!this.Parent.IsSyncZ)
+            if (!this.Parent.IsSyncZ && Info.HeightUpdate)
             {
                 var prez = this.mLocal_Z;
                 updateZPos();