frlg eventflag recognition fix

referenced wrong string resource
note that frlg has no data so no flags/consts will appear (only custom
mods allowed).
closes #1497
This commit is contained in:
Kurt
2017-09-27 09:19:31 -07:00
parent a52f88dd5c
commit 7c58bf0161

View File

@@ -140,7 +140,7 @@ private string[] GetStringList(string type)
case GameVersion.FR:
case GameVersion.LG:
case GameVersion.FRLG:
gamePrefix = "e";
gamePrefix = "frlg";
break;
default:
return null;