summaryrefslogtreecommitdiffstats
path: root/pokemod/MapWildList.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'pokemod/MapWildList.cpp')
-rw-r--r--pokemod/MapWildList.cpp2
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