summaryrefslogtreecommitdiff
path: root/src/emap/struct/itempair2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emap/struct/itempair2.h')
-rw-r--r--src/emap/struct/itempair2.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/emap/struct/itempair2.h b/src/emap/struct/itempair2.h
new file mode 100644
index 0000000..6503373
--- /dev/null
+++ b/src/emap/struct/itempair2.h
@@ -0,0 +1,16 @@
+// Copyright (c) Copyright (c) Hercules Dev Team, licensed under GNU GPL.
+// Copyright (c) 2014 - 2015 Evol developers
+
+#ifndef EVOL_MAP_STRUCT_ITEMPAIR2
+#define EVOL_MAP_STRUCT_ITEMPAIR2
+
+#include "common/mmo.h"
+
+struct item_pair2
+{
+ int index;
+ int amount;
+ int cards[MAX_SLOTS];
+};
+
+#endif // EVOL_MAP_STRUCT_ITEMPAIR2