diff options
Diffstat (limited to 'pokemod/Move.cpp')
| -rw-r--r-- | pokemod/Move.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pokemod/Move.cpp b/pokemod/Move.cpp index 0ea33bc3..9555ac25 100644 --- a/pokemod/Move.cpp +++ b/pokemod/Move.cpp @@ -142,7 +142,7 @@ void Move::load(const QDomElement& xml, int id) LOAD(bool, canSnatch); LOAD(bool, sound); LOAD(QString, description); - LOAD_SUB(newEffect, effects); + LOAD_SUB(newEffect, MoveEffect); } QDomElement Move::save() const |
