summaryrefslogtreecommitdiff
path: root/src/map/pc.h
diff options
context:
space:
mode:
authoraleos <aleos@54d463be-8e91-2dee-dedb-b68131a5f0ec>2013-04-08 22:30:12 +0000
committershennetsind <ind@henn.et>2013-04-11 16:38:28 -0300
commit13d907bb2548c75d19a6a3c85bcd2014e184f936 (patch)
treeab625e23a267d96ca2a86a0942402dee11e2664a /src/map/pc.h
parent20bf5d10514810b19f48437fe5b0efc4e8e20092 (diff)
downloadhercules-13d907bb2548c75d19a6a3c85bcd2014e184f936.tar.gz
hercules-13d907bb2548c75d19a6a3c85bcd2014e184f936.tar.bz2
hercules-13d907bb2548c75d19a6a3c85bcd2014e184f936.tar.xz
hercules-13d907bb2548c75d19a6a3c85bcd2014e184f936.zip
* Adjusted @speed so it is no longer reset when a player's status is recalculated. Log out or use @speed -1 to reset to default. (bugreport:7306)
> Follow up to r17220: * Added an extra check if a player does not have a homunculus for 'hommutate' and 'morphembryo' git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@17236 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/pc.h')
-rw-r--r--src/map/pc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/pc.h b/src/map/pc.h
index 809822e78..2ebd5ad22 100644
--- a/src/map/pc.h
+++ b/src/map/pc.h
@@ -165,6 +165,7 @@ struct map_session_data {
struct guild *gmaster_flag;
unsigned int prevend : 1;//used to flag wheather you've spent 40sp to open the vending or not.
unsigned int warping : 1;//states whether you're in the middle of a warp processing
+ unsigned int permanent_speed : 1; // When 1, speed cannot be changed through status_calc_pc().
} state;
struct {
unsigned char no_weapon_damage, no_magic_damage, no_misc_damage;