diff options
Diffstat (limited to 'src/resources/db/petdb.cpp')
-rw-r--r-- | src/resources/db/petdb.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/resources/db/petdb.cpp b/src/resources/db/petdb.cpp index c89d1bf65..27bd9e89f 100644 --- a/src/resources/db/petdb.cpp +++ b/src/resources/db/petdb.cpp @@ -106,6 +106,7 @@ void PETDB::loadXmlFile(const std::string &fileName, "targetSelection", true)); BeingCommon::readBasicAttributes(currentInfo, petNode, "talk"); + BeingCommon::readWalkingAttributes(currentInfo, petNode, 0); currentInfo->setDeadSortOffsetY(XML::getProperty(petNode, "deadSortOffsetY", 31)); |