summaryrefslogtreecommitdiff
path: root/src/map/map.h
diff options
context:
space:
mode:
authorLupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-04-29 16:40:04 +0000
committerLupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-04-29 16:40:04 +0000
commit455f551f04efb21975b10e1f88c89e847948cd75 (patch)
treeceb2454da41f05315eebd249d43b2f62ddc77c27 /src/map/map.h
parentfec9362ba4a1cd1b173463b72b58d94bf1d51c79 (diff)
downloadhercules-455f551f04efb21975b10e1f88c89e847948cd75.tar.gz
hercules-455f551f04efb21975b10e1f88c89e847948cd75.tar.bz2
hercules-455f551f04efb21975b10e1f88c89e847948cd75.tar.xz
hercules-455f551f04efb21975b10e1f88c89e847948cd75.zip
fixed STEAL. now working
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6378 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/map.h')
-rw-r--r--src/map/map.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/map.h b/src/map/map.h
index 5bce574f4..dfec131c1 100644
--- a/src/map/map.h
+++ b/src/map/map.h
@@ -881,7 +881,7 @@ struct mob_data {
struct {
unsigned skillstate : 8;
unsigned aggressive : 1; //Signals whether the mob AI is in aggressive mode or reactive mode. [Skotlex]
- unsigned steal_flag : 8; //number of steal tries (to prevent steal exploit on mobs with few items) [Lupus]
+ unsigned char steal_flag; //number of steal tries (to prevent steal exploit on mobs with few items) [Lupus]
unsigned steal_coin_flag : 1;
unsigned soul_change_flag : 1; // Celest
unsigned alchemist: 1;