[BUG][LH1.1] Typo in Banshee XML

Pretty straightforward typo I ran across due to my... unique... interests.

In the XML for the Banshee:

Code: xml
  1. <EffectAttachment>
  2.     <Attachment>Frount_Cloth_03_Bind_Jnt</Attachment>
  3.     <EffectName>A_Banshee_Particle</EffectName>
  4.     <EffectPosition>0,0,0</EffectPosition>
  5.     <EffectRotation>0,0,0</EffectRotation>
  6.     <EffectScale>1.5</EffectScale>
  7. </EffectAttachment>

 

Change

<Attachment>Frount_Cloth_03_Bind_Jnt</Attachment>

to

<Attachment>Front_Cloth_03_Bind_Jnt</Attachment>

3,249 views 0 replies