From 73fb4f6d2cc6c2a02bb9a78d30ec5c102fac27d3 Mon Sep 17 00:00:00 2001 From: Kargatum Date: Tue, 27 Aug 2019 17:42:17 +0700 Subject: [PATCH] Update AuctionHouseBot.h --- src/AuctionHouseBot.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/AuctionHouseBot.h b/src/AuctionHouseBot.h index 123cfc8..fc68b26 100644 --- a/src/AuctionHouseBot.h +++ b/src/AuctionHouseBot.h @@ -26,7 +26,8 @@ struct AuctionEntry; class Player; class WorldSession; -#include "ItemPrototype.h" +#include "ItemTemplate.h" + #define AHB_GREY 0 #define AHB_WHITE 1 #define AHB_GREEN 2