summaryrefslogtreecommitdiff
path: root/src/resources/beinginfo.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-12-24 15:23:26 +0300
committerAndrei Karas <akaras@inbox.ru>2013-12-24 15:23:26 +0300
commit38c7345e781e9f6e645f703ffe178849a2140301 (patch)
treefc62b7fc5b346cf755e5b33d3cf52b3550050838 /src/resources/beinginfo.cpp
parenta1f5338e93e5f8b2bdac2c305824a925fd2e4141 (diff)
downloadplus-38c7345e781e9f6e645f703ffe178849a2140301.tar.gz
plus-38c7345e781e9f6e645f703ffe178849a2140301.tar.bz2
plus-38c7345e781e9f6e645f703ffe178849a2140301.tar.xz
plus-38c7345e781e9f6e645f703ffe178849a2140301.zip
add support for warp pets if distance very long.
New pet db option: warpDistance
Diffstat (limited to 'src/resources/beinginfo.cpp')
-rw-r--r--src/resources/beinginfo.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/resources/beinginfo.cpp b/src/resources/beinginfo.cpp
index 7d769acbe..752b9a5dc 100644
--- a/src/resources/beinginfo.cpp
+++ b/src/resources/beinginfo.cpp
@@ -62,6 +62,7 @@ BeingInfo::BeingInfo() :
mHeight(0),
mStartFollowDist(3),
mFollowDist(1),
+ mWarpDist(11),
mWalkSpeed(0),
mStaticMaxHP(false),
mTargetSelection(true)