diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-06-15 14:15:16 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-06-15 14:15:16 +0000 |
commit | 0393c333d4333d59d4cdb5083a0d004b2de92cb6 (patch) | |
tree | 7cd078724bf5407ac7ed16dcda11b67a758d80fc /src/map/map.h | |
parent | 3bd071ef6561d6c8dc372585fde5e64ee54d5ec5 (diff) | |
download | hercules-0393c333d4333d59d4cdb5083a0d004b2de92cb6.tar.gz hercules-0393c333d4333d59d4cdb5083a0d004b2de92cb6.tar.bz2 hercules-0393c333d4333d59d4cdb5083a0d004b2de92cb6.tar.xz hercules-0393c333d4333d59d4cdb5083a0d004b2de92cb6.zip |
- Fixed and cleaned up script command 'equip'
- Fixed 'autoequip' items.
- Fixed Aspd not being updated in your status window after Agi/Dex increasing statuses take effect.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7179 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 9f7fd1034..f8685109e 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -478,7 +478,7 @@ struct map_session_data { unsigned showdelay :1;
unsigned showexp :1;
unsigned showzeny :1;
- unsigned mainchat :1; //[LuzZza]
+ unsigned mainchat :1; //[LuzZza]
unsigned noask :1; // [LuzZza]
unsigned trading :1; //[Skotlex] is 1 only after a trade has started.
unsigned deal_locked :2; //1: Clicked on OK. 2: Clicked on TRADE
|