summaryrefslogtreecommitdiff
path: root/src/net/eathena/maptypeproperty2.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-01-17 18:21:09 +0300
committerAndrei Karas <akaras@inbox.ru>2017-01-17 18:21:09 +0300
commit45115a07e0753fe30bcaac59ec9f3ed4da5048c2 (patch)
treeff2b5604dfcdcf35e6f645595e9a74cdfd5ac121 /src/net/eathena/maptypeproperty2.h
parent53ec80d8a45cf7e164c614484fe42b83eb18521c (diff)
downloadplus-45115a07e0753fe30bcaac59ec9f3ed4da5048c2.tar.gz
plus-45115a07e0753fe30bcaac59ec9f3ed4da5048c2.tar.bz2
plus-45115a07e0753fe30bcaac59ec9f3ed4da5048c2.tar.xz
plus-45115a07e0753fe30bcaac59ec9f3ed4da5048c2.zip
Add missing A_DEFAULT_COPY / A_DELETE_COPY into net.
Diffstat (limited to 'src/net/eathena/maptypeproperty2.h')
-rw-r--r--src/net/eathena/maptypeproperty2.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/eathena/maptypeproperty2.h b/src/net/eathena/maptypeproperty2.h
index f31d43282..2bc235798 100644
--- a/src/net/eathena/maptypeproperty2.h
+++ b/src/net/eathena/maptypeproperty2.h
@@ -27,6 +27,8 @@ namespace EAthena
{
struct MapTypeProperty2Bits final
{
+ A_DEFAULT_COPY(MapTypeProperty2Bits)
+
uint32_t party : 1; // allow attack party members (PvP)
uint32_t guild : 1; // allow attack guild members (GvG)
uint32_t siege : 1; // show emblem in GvG (WoE castle)