Ticket #3608: 3608.diff

File 3608.diff, 1.6 KB (added by Stan, 8 years ago)

Fix the broken actor.

  • binaries/data/mods/public/art/actors/units/celts/wolfhound.xml

     
    33  <castshadow/>
    44  <group>
    55    <variant frequency="100" name="Base">
    6 <?xml version="1.0" encoding="utf-8"?>
    7 <actor version="1">
    8   <castshadow/>
    9   <group>
    10     <variant frequency="100" name="Base">
    116       <animations>
    127        <animation file="quadraped/wolfhound_idle1.dae" name="Idle" speed="100"/>
    138        <animation file="quadraped/wolfhound_idle_laydown.dae" name="Idle" speed="100"/>
    149        <animation file="quadraped/wolfhound_idle_long.dae" name="Idle" speed="100"/>
    1510        <animation file="quadraped/wolfhound_idle_sit.dae" name="Idle" speed="100"/>
    16                                        
    17    
     11
    1812        <animation file="quadraped/wolfhound_walk.dae" name="Walk" speed="10"/>
    1913        <animation file="quadraped/wolfhound_walk.dae" name="run" speed="10"/>
    2014        <animation file="quadraped/wolfhound_death.dae" name="death" speed="100"/>
     
    2216      </animations>
    2317      <mesh>skeletal/wolfhound.dae</mesh>
    2418      <props>
    25       <prop actor="props/units/wolfhound_collar.xml" attachpoint="collar"/>
     19        <prop actor="props/units/wolfhound_collar.xml" attachpoint="collar"/>
    2620      </props>
    27 
    2821    </variant>
    2922  </group>
    3023  <group>
     
    3528    </variant>     
    3629  </group>
    3730  <material>basic_trans.xml</material>
    38   </actor>
    39  No newline at end of file
     31</actor>
     32 No newline at end of file