sgastudio / wagic

Automatically exported from code.google.com/p/wagic
Other
0 stars 0 forks source link

Typo in mtg.txt under Mark of Alliance, prevent is spelled perevent #942

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. cat mtg.txt | grep perevent
2.
3.

What is the expected output? What do you see instead?
Expected output is blank, actual output is "auto=pereventallnoncombat 
to(creature|myBattlefield)"

What version of the product are you using? On what operating system?
18.6, linux.

Please provide any additional information below.
sed -i s/perevent/prevent/g projects/mtg/bin/Res/sets/primitives/mtg.txt

Original issue reported on code.google.com by bjorn.sn...@gmail.com on 7 Mar 2013 at 7:43

GoogleCodeExporter commented 9 years ago
I should have tested it before submitting, it should also be 
preventallnoncombatdamage, whereas now it reads pereventallnoncombat. I would 
therefore like to amend my proposed fix like so:
sed -i s/pereventallnoncombat/preventallnoncombatdamage/g 
projects/mtg/bin/Res/sets/primitives/mtg.txt

Unlike my previous expression, this one is tested and the card now works.

Original comment by bjorn.sn...@gmail.com on 7 Mar 2013 at 8:08

GoogleCodeExporter commented 9 years ago

Original comment by omegabla...@gmail.com on 15 Mar 2013 at 11:28