diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-02-03 23:26:00 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-02-03 23:26:00 +0000 |
commit | b317caf7a7de3b2a4a64613aee576fd595aaca14 (patch) | |
tree | 1f4ef799df9e0b4fc8d712ab9ba5cc376095e023 /src/map/map.h | |
parent | 42817756b603d2dc76c1408d0a6f432673350bd7 (diff) | |
download | hercules-b317caf7a7de3b2a4a64613aee576fd595aaca14.tar.gz hercules-b317caf7a7de3b2a4a64613aee576fd595aaca14.tar.bz2 hercules-b317caf7a7de3b2a4a64613aee576fd595aaca14.tar.xz hercules-b317caf7a7de3b2a4a64613aee576fd595aaca14.zip |
Fixes to Devotion (see topic:153345)
- removed totally fake Devotion packet from Marionette Control code (see r3934)
- fixed one devoted chars array management code bug which caused chars to be included in the array multiple times, producing various problems (also see r3934)
- the link will now re-display when coming into view range
- the link will no longer break if the devotee walks away, but instead, if he receives damage while being out of range of Devotion
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12171 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/map.h')
-rw-r--r-- | src/map/map.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/map.h b/src/map/map.h index 81b83257c..af797b127 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -728,7 +728,7 @@ struct map_session_data { unsigned char mission_count; //Stores the bounty kill count for TK_MISSION short mission_mobid; //Stores the target mob_id for TK_MISSION int die_counter; //Total number of times you've died - int devotion[5]; //Stores the char IDs of chars devoted to. + int devotion[5]; //Stores the account IDs of chars devoted to. int reg_num; //Number of registries (type numeric) int regstr_num; //Number of registries (type string) |