mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 07:37:01 +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());
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "11746"
|
||||
#define REVISION_NR "11747"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue