TrinityCore
cs_ahbot.cpp File Reference
#include "ScriptMgr.h"
#include "AuctionHouseBot.h"
#include "Chat.h"
#include "ChatCommand.h"
#include "Language.h"
#include "RBAC.h"
+ Include dependency graph for cs_ahbot.cpp:

Go to the source code of this file.

Classes

class  ahbot_commandscript
 

Functions

void AddSC_ahbot_commandscript ()
 

Variables

static std::unordered_map< AuctionQuality, uint32 > const ahbotQualityLangIds
 

Function Documentation

◆ AddSC_ahbot_commandscript()

void AddSC_ahbot_commandscript ( )

Definition at line 205 of file cs_ahbot.cpp.

+ Here is the caller graph for this function:

Variable Documentation

◆ ahbotQualityLangIds

std::unordered_map<AuctionQuality, uint32> const ahbotQualityLangIds
static
Initial value:
=
{
}
@ AUCTION_QUALITY_ORANGE
@ AUCTION_QUALITY_WHITE
@ AUCTION_QUALITY_PURPLE
@ AUCTION_QUALITY_BLUE
@ AUCTION_QUALITY_YELLOW
@ AUCTION_QUALITY_GREEN
@ AUCTION_QUALITY_GRAY
@ LANG_AHBOT_QUALITY_ORANGE
Definition: Language.h:946
@ LANG_AHBOT_QUALITY_BLUE
Definition: Language.h:944
@ LANG_AHBOT_QUALITY_GREEN
Definition: Language.h:943
@ LANG_AHBOT_QUALITY_YELLOW
Definition: Language.h:947
@ LANG_AHBOT_QUALITY_WHITE
Definition: Language.h:942
@ LANG_AHBOT_QUALITY_PURPLE
Definition: Language.h:945
@ LANG_AHBOT_QUALITY_GRAY
Definition: Language.h:941

Definition at line 27 of file cs_ahbot.cpp.