[11747] Resore use skinning_loot_template in ahbot code

Signed-off-by: VladimirMangos <vladimir@getmangos.com>

Not problem of original patch but my special "ability" in patch apply :/
This commit is contained in:
NeatElves 2011-07-19 13:51:05 +04:00 committed by VladimirMangos
parent 41ca608c57
commit c9a9179d89
2 changed files with 2 additions and 1 deletions

View file

@ -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());

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "11746"
#define REVISION_NR "11747"
#endif // __REVISION_NR_H__