SotBE 04: fix ORCISH_SHAMAN id recognition
While I tested my whofield feature, unfortunately it was on an old version of the campaign in which all shamans were on side 1, so the macros had no side field. Recently, it was decided that the shamans in this scenario should start on side 3, and a side field was inserted into the macros. When it was time to commit, there was of course a conflict, but I simply put my existing magic comments into the new version, not considering that now the id field had been shifted to the right by one, and didn't re-run wmllint.
This commit is contained in:
parent
5ad589066c
commit
3415026a92
1 changed files with 3 additions and 3 deletions
|
@ -179,11 +179,11 @@
|
|||
|
||||
{GENERIC_UNIT 3 "Orcish Grunt" 25 15} {GUARDIAN}
|
||||
{GENERIC_UNIT 3 "Orcish Grunt" 22 16} {GUARDIAN}
|
||||
# wmllint: whofield ORCISH_SHAMAN 3
|
||||
# wmllint: whofield ORCISH_SHAMAN 4
|
||||
{ORCISH_SHAMAN 3 22 14 Pirk _"Pirk"}
|
||||
# wmllint: whofield OLD_ORCISH_SHAMAN 3
|
||||
# wmllint: whofield OLD_ORCISH_SHAMAN 4
|
||||
{OLD_ORCISH_SHAMAN 3 22 15 Gork _"Gork"}
|
||||
# wmllint: whofield NOVICE_ORCISH_SHAMAN 3
|
||||
# wmllint: whofield NOVICE_ORCISH_SHAMAN 4
|
||||
{NOVICE_ORCISH_SHAMAN 3 21 15 Vraurk _"Vraurk"}
|
||||
|
||||
[item]
|
||||
|
|
Loading…
Add table
Reference in a new issue