mirror of
https://github.com/mangosfour/server.git
synced 2025-12-25 04:37:02 +00:00
[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:
parent
41ca608c57
commit
c9a9179d89
2 changed files with 2 additions and 1 deletions
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue