summaryrefslogtreecommitdiff
path: root/src/net/eathena/maptypeproperty2.h
diff options
context:
space:
mode:
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)