summaryrefslogtreecommitdiff
path: root/src/map/map.hpp
diff options
context:
space:
mode:
authormekolat <mekolat@gmail.com>2015-04-03 14:20:01 -0400
committerwushin <pasekei@gmail.com>2015-04-04 00:27:43 -0500
commitee8dff7687f120cbe55dccc56c1ae1f711bb68b5 (patch)
tree04d071bbd1799e4b5f3b33d32bed99098b7d6acb /src/map/map.hpp
parent7f31bde507bee63e36ddaefd5d16ab314b98b601 (diff)
downloadtmwa-ee8dff7687f120cbe55dccc56c1ae1f711bb68b5.tar.gz
tmwa-ee8dff7687f120cbe55dccc56c1ae1f711bb68b5.tar.bz2
tmwa-ee8dff7687f120cbe55dccc56c1ae1f711bb68b5.tar.xz
tmwa-ee8dff7687f120cbe55dccc56c1ae1f711bb68b5.zip
make pvp use channels
Diffstat (limited to 'src/map/map.hpp')
-rw-r--r--src/map/map.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/map.hpp b/src/map/map.hpp
index 9e15851..f57dcee 100644
--- a/src/map/map.hpp
+++ b/src/map/map.hpp
@@ -142,7 +142,7 @@ struct map_session_data : block_list, SessionData
unsigned shroud_disappears_on_pickup:1;
unsigned shroud_disappears_on_talk:1;
unsigned seen_motd:1;
- unsigned pvpon:1;
+ unsigned pvpchannel;
} state;
struct
{