Explorar o código

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

大爷 hai 1 ano
pai
achega
1fc37e5b24
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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();