diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-12-25 12:35:27 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-12-25 12:35:27 +0300 |
commit | 5c0999cb674ceb43d2244e4eaba225f8ffa4ccb4 (patch) | |
tree | a2bcd31ace81a4a3df29ff4c580d6d57cb10a0b0 /src/resources/db/petdb.cpp | |
parent | 219424dc0e194a722bc93ba51b973fda8715869f (diff) | |
download | plus-5c0999cb674ceb43d2244e4eaba225f8ffa4ccb4.tar.gz plus-5c0999cb674ceb43d2244e4eaba225f8ffa4ccb4.tar.bz2 plus-5c0999cb674ceb43d2244e4eaba225f8ffa4ccb4.tar.xz plus-5c0999cb674ceb43d2244e4eaba225f8ffa4ccb4.zip |
extend pet follow logic with follow in fixed position to owner.
Diffstat (limited to 'src/resources/db/petdb.cpp')
-rw-r--r-- | src/resources/db/petdb.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/db/petdb.cpp b/src/resources/db/petdb.cpp index eeb8af9a0..d50c44dc7 100644 --- a/src/resources/db/petdb.cpp +++ b/src/resources/db/petdb.cpp @@ -85,7 +85,7 @@ void PETDB::load() currentInfo->setStartFollowDist(XML::getProperty(petNode, "startFollowDistance", 3)); currentInfo->setFollowDist(XML::getProperty(petNode, - "followDistance", 1)); + "followDistance", 0)); currentInfo->setWarpDist(XML::getProperty(petNode, "warpDistance", 11)); |