From e928046a959d78d9aa5a284e1c9e40c0bb3cf371 Mon Sep 17 00:00:00 2001 From: "Michael Cook (mackal)" Date: Fri, 10 Nov 2017 00:04:33 -0500 Subject: [PATCH] Add guild tribute slot for legacy stuff --- common/emu_legacy.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/emu_legacy.h b/common/emu_legacy.h index a624be883..0f3cf0a62 100644 --- a/common/emu_legacy.h +++ b/common/emu_legacy.h @@ -78,6 +78,8 @@ namespace EQEmu SLOT_CURSOR_BAG_END = 340, SLOT_TRIBUTE_BEGIN = 400, SLOT_TRIBUTE_END = 404, + SLOT_GUILD_TRIBUTE_BEGIN = 450, + SLOT_GUILD_TRIBUTE_END = 451, SLOT_BANK_BEGIN = 2000, SLOT_BANK_END = 2023, SLOT_BANK_BAGS_BEGIN = 2031,