summaryrefslogtreecommitdiff
path: root/src/map/pc.h
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2014-09-20 20:28:30 -0300
committershennetsind <ind@henn.et>2014-09-20 20:28:30 -0300
commitb29098c74c2e67674a30a1f411e81e4cf5db8798 (patch)
tree0c7084f8d9654c2d0dedd1897b4bef229b1623ee /src/map/pc.h
parent03e448cdef05a878322b7486a2c35e00df75131e (diff)
downloadhercules-b29098c74c2e67674a30a1f411e81e4cf5db8798.tar.gz
hercules-b29098c74c2e67674a30a1f411e81e4cf5db8798.tar.bz2
hercules-b29098c74c2e67674a30a1f411e81e4cf5db8798.tar.xz
hercules-b29098c74c2e67674a30a1f411e81e4cf5db8798.zip
Fixed Bug 8138
@at persistency no longer sends characters to save point when starting autotrade on a nosave location. http://hercules.ws/board/tracker/issue-8138-autotrade-teleports-char-to-the-savepoint/ Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/map/pc.h')
-rw-r--r--src/map/pc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/pc.h b/src/map/pc.h
index bec4522df..c36704b4f 100644
--- a/src/map/pc.h
+++ b/src/map/pc.h
@@ -145,7 +145,7 @@ struct map_session_data {
unsigned int snovice_dead_flag : 1; //Explosion spirits on death: 0 off, 1 used.
unsigned int abra_flag : 2; // Abracadabra bugfix by Aru
unsigned int autocast : 1; // Autospell flag [Inkfish]
- unsigned int autotrade : 1; //By Fantik
+ unsigned int autotrade : 2; //By Fantik
unsigned int showdelay :1;
unsigned int showexp :1;
unsigned int showzeny :1;