From c9a9179d897ff3dad9f202f20196c10ede0fb547 Mon Sep 17 00:00:00 2001 From: NeatElves Date: Tue, 19 Jul 2011 13:51:05 +0400 Subject: [PATCH] [11747] Resore use skinning_loot_template in ahbot code Signed-off-by: VladimirMangos Not problem of original patch but my special "ability" in patch apply :/ --- src/game/AuctionHouseBot/AuctionHouseBot.cpp | 1 + src/shared/revision_nr.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/game/AuctionHouseBot/AuctionHouseBot.cpp b/src/game/AuctionHouseBot/AuctionHouseBot.cpp index d8b0ec530..82030d412 100644 --- a/src/game/AuctionHouseBot/AuctionHouseBot.cpp +++ b/src/game/AuctionHouseBot/AuctionHouseBot.cpp @@ -920,6 +920,7 @@ bool AuctionBotSeller::Initialize() "SELECT item FROM milling_loot_template UNION " "SELECT item FROM pickpocketing_loot_template UNION " "SELECT item FROM prospecting_loot_template UNION " + "SELECT item FROM skinning_loot_template UNION " "SELECT item FROM spell_loot_template")) { BarGoLink bar(result->GetRowCount()); diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 17280d4df..b3fafbaed 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "11746" + #define REVISION_NR "11747" #endif // __REVISION_NR_H__