summaryrefslogtreecommitdiffstats
path: root/pokemod/Item.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'pokemod/Item.cpp')
-rw-r--r--pokemod/Item.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/pokemod/Item.cpp b/pokemod/Item.cpp
index e49e9b17..a33d3012 100644
--- a/pokemod/Item.cpp
+++ b/pokemod/Item.cpp
@@ -105,7 +105,7 @@ void Item::load(const QDomElement& xml, int id)
LOAD(int, type);
LOAD(int, price);
LOAD(QString, description);
- LOAD_SUB(newEffect, effects);
+ LOAD_SUB(newEffect, ItemEffect);
}
QDomElement Item::save() const