From 1125a2aeaf0041ab5a3e1ad6633ee8b75425e2ec Mon Sep 17 00:00:00 2001 From: Psyyringe Date: Wed, 30 Dec 2009 01:11:23 +0000 Subject: [PATCH] Psyringe - fixed a typo in "mountainhome" that prevented it from working. This is probably the bugfix of the century considering that the number of cards with Mountainhome in Wagic (and actually in the whole Magic universe) is exactly zero. ;) --- projects/mtg/src/MTGDefinitions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/mtg/src/MTGDefinitions.cpp b/projects/mtg/src/MTGDefinitions.cpp index d6454aeec..24287fd3c 100644 --- a/projects/mtg/src/MTGDefinitions.cpp +++ b/projects/mtg/src/MTGDefinitions.cpp @@ -41,7 +41,7 @@ const char* Constants::MTGBasicAbilities[] = { "reachshadow", "foresthome", "islandhome", -"moutainhome", +"mountainhome", "swamphome", "plainshome", "cloud",