浏览代码

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

大爷 1 年之前
父节点
当前提交
1fc37e5b24
共有 1 个文件被更改,包括 1 次插入1 次删除
  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();