Fixes bug that allowed Recaptured villages to spawn undead.
This commit is contained in:
parent
907c0264da
commit
ab9399e315
1 changed files with 1 additions and 1 deletions
|
@ -488,7 +488,7 @@
|
|||
[if]
|
||||
[variable]
|
||||
name=village_location
|
||||
equals=zombified_villages[$loop].location
|
||||
equals=$zombified_villages[$loop].location
|
||||
[/variable]
|
||||
|
||||
[then]
|
||||
|
|
Loading…
Add table
Reference in a new issue