TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
cs_ahbot.cpp File Reference
#include "ScriptMgr.h"
#include "Chat.h"
#include "Language.h"
#include "AuctionHouseBot.h"
+ Include dependency graph for cs_ahbot.cpp:

Classes

class  ahbot_commandscript
 

Functions

void AddSC_ahbot_commandscript ()
 

Variables

static const uint32 ahbotQualityIds [MAX_AUCTION_QUALITY]
 

Function Documentation

void AddSC_ahbot_commandscript ( )
243 {
244  new ahbot_commandscript();
245 }
Definition: cs_ahbot.cpp:31

+ Here is the caller graph for this function:

Variable Documentation

const uint32 ahbotQualityIds[MAX_AUCTION_QUALITY]
static