Fix broken image path
Someone typoed a line, resulting in the image path "units/human-outlaws/rogue+female-attack:250.png" instead of "units/human-outlaws/rogue+female-attack.png:250". This fixes a warning and missing animation frame when female Rouges play their ranged attack animation: > error display: could not open image 'units/human-outlaws/rogue+female-attack'
This commit is contained in:
parent
b676c8cfe0
commit
93496b40ff
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@
|
|||
[/if]
|
||||
[else]
|
||||
[frame]
|
||||
image="units/human-outlaws/rogue+female-attack:250.png"
|
||||
image="units/human-outlaws/rogue+female-attack.png:250"
|
||||
[/frame]
|
||||
[/else]
|
||||
[frame]
|
||||
|
|
Loading…
Add table
Reference in a new issue