summaryrefslogtreecommitdiff
path: root/src/map/map.h
diff options
context:
space:
mode:
authorLuzZza <LuzZza@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-04-29 15:54:20 +0000
committerLuzZza <LuzZza@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-04-29 15:54:20 +0000
commitfec9362ba4a1cd1b173463b72b58d94bf1d51c79 (patch)
treea2448d4799c3aa2c5908c62cbb8b829eb299b740 /src/map/map.h
parenteba33e17bf19e9e0dfedc387546bd33cfd82daae (diff)
downloadhercules-fec9362ba4a1cd1b173463b72b58d94bf1d51c79.tar.gz
hercules-fec9362ba4a1cd1b173463b72b58d94bf1d51c79.tar.bz2
hercules-fec9362ba4a1cd1b173463b72b58d94bf1d51c79.tar.xz
hercules-fec9362ba4a1cd1b173463b72b58d94bf1d51c79.zip
Added @noask command: enable/disable deals/invites autorejecting.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6376 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/map.h')
-rw-r--r--src/map/map.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/map.h b/src/map/map.h
index e7e821bc1..5bce574f4 100644
--- a/src/map/map.h
+++ b/src/map/map.h
@@ -506,6 +506,7 @@ struct map_session_data {
unsigned showexp :1;
unsigned showzeny :1;
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
unsigned party_sent :1;