summaryrefslogtreecommitdiff
path: root/src/emap/struct/itempair2.h
blob: 65033731f606e6ef69ea1c1a44db4b95de67d140 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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