From d87f223424d15b6192f4873b9bdfd7818c695475 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 30 May 2017 01:22:54 +0300 Subject: Add support for creating items with cards in craft. --- src/emap/struct/itempair2.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/emap/struct/itempair2.h (limited to 'src/emap/struct/itempair2.h') 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 -- cgit v1.2.3-70-g09d2