summaryrefslogtreecommitdiff
path: root/src/net/eathena
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena')
-rw-r--r--src/net/eathena/itemflags.h2
-rw-r--r--src/net/eathena/maptypeproperty2.h2
2 files changed, 4 insertions, 0 deletions
diff --git a/src/net/eathena/itemflags.h b/src/net/eathena/itemflags.h
index e8ef03338..a36099f60 100644
--- a/src/net/eathena/itemflags.h
+++ b/src/net/eathena/itemflags.h
@@ -27,6 +27,8 @@ namespace EAthena
{
struct ItemFlagBits final
{
+ A_DEFAULT_COPY(ItemFlagBits)
+
unsigned char isIdentified : 1;
unsigned char isDamaged : 1;
unsigned char isFavorite : 1;
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)