removed the slasher renaming since it's not safe
This commit is contained in:
parent
49f6b62af3
commit
0cd5bba216
2 changed files with 2 additions and 5 deletions
|
@ -13,7 +13,7 @@ The release team should empty this file after each release.
|
|||
|
||||
***
|
||||
|
||||
The Drake Slasher became the Drake Arbiter and the Drake Gladiator became the Drake Slasher to establish more consistency in the unit lines. The Slasher to Arbiter change is accomodated in WMLLINT but the Gladiator change needs to be done by hand.
|
||||
The Drake Slasher became the Drake Arbiter and the Drake Gladiator became the Drake Slasher to establish more consistency in the unit lines. Unfortunately these renamings can not be done automatically (in wmllint) so UMC authors need to do them by hand.
|
||||
|
||||
***
|
||||
|
||||
|
|
|
@ -457,10 +457,7 @@ linechanges = (
|
|||
("SPECIAL_NOTE_STONE", "SPECIAL_NOTE_PETRIFY"),
|
||||
(".stoned", ".petrified"),
|
||||
# Changed just before 1.7.3
|
||||
("slasher", "arbiter"),
|
||||
("Slasher", "Arbiter"),
|
||||
("SLASHER", "ARBITER"),
|
||||
)
|
||||
)
|
||||
|
||||
def validate_stack(stack, filename, lineno):
|
||||
"Check the stack for deprecated WML syntax."
|
||||
|
|
Loading…
Add table
Reference in a new issue