diff options
Diffstat (limited to 'pokemod/MapWildList.cpp')
| -rw-r--r-- | pokemod/MapWildList.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pokemod/MapWildList.cpp b/pokemod/MapWildList.cpp index 8679410f..1b239e8b 100644 --- a/pokemod/MapWildList.cpp +++ b/pokemod/MapWildList.cpp @@ -144,7 +144,7 @@ void MapWildList::load(const QDomElement& xml, int id) LOAD(int, value); LOAD_LIST(int, times); LOAD(int, scope); - LOAD_SUB(newEncounter, encounters); + LOAD_SUB(newEncounter, MapWildListEncounter); } QDomElement MapWildList::save() const |
