![]() |
TrinityCore
|
#include "LootMgr.h"#include "Log.h"#include "ObjectMgr.h"#include "World.h"#include "Util.h"#include "SharedDefines.h"#include "SpellMgr.h"#include "SpellInfo.h"#include "Group.h"#include "Player.h"#include "Containers.h"#include "LootPackets.h"
Include dependency graph for LootMgr.cpp:Classes | |
| struct | LootGroupInvalidSelector |
| class | LootTemplate::LootGroup |
Functions | |
| void | LoadLootTemplates_Creature () |
| void | LoadLootTemplates_Disenchant () |
| void | LoadLootTemplates_Fishing () |
| void | LoadLootTemplates_Gameobject () |
| void | LoadLootTemplates_Item () |
| void | LoadLootTemplates_Milling () |
| void | LoadLootTemplates_Pickpocketing () |
| void | LoadLootTemplates_Prospecting () |
| void | LoadLootTemplates_Mail () |
| void | LoadLootTemplates_Skinning () |
| void | LoadLootTemplates_Spell () |
| void | LoadLootTemplates_Reference () |
| void | LoadLootTables () |
Variables | |
| static Rates const | qualityToRate [MAX_ITEM_QUALITY] |
| LootStore | LootTemplates_Creature ("creature_loot_template","creature entry", true) |
| LootStore | LootTemplates_Disenchant ("disenchant_loot_template","item disenchant id", true) |
| LootStore | LootTemplates_Fishing ("fishing_loot_template","area id", true) |
| LootStore | LootTemplates_Gameobject ("gameobject_loot_template","gameobject entry", true) |
| LootStore | LootTemplates_Item ("item_loot_template","item entry", true) |
| LootStore | LootTemplates_Mail ("mail_loot_template","mail template id", false) |
| LootStore | LootTemplates_Milling ("milling_loot_template","item entry (herb)", true) |
| LootStore | LootTemplates_Pickpocketing ("pickpocketing_loot_template","creature pickpocket lootid", true) |
| LootStore | LootTemplates_Prospecting ("prospecting_loot_template","item entry (ore)", true) |
| LootStore | LootTemplates_Reference ("reference_loot_template","reference id", false) |
| LootStore | LootTemplates_Skinning ("skinning_loot_template","creature skinning id", true) |
| LootStore | LootTemplates_Spell ("spell_loot_template","spell id (random item creating)", false) |
| void LoadLootTables | ( | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void LoadLootTemplates_Creature | ( | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void LoadLootTemplates_Disenchant | ( | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void LoadLootTemplates_Fishing | ( | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void LoadLootTemplates_Gameobject | ( | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void LoadLootTemplates_Item | ( | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void LoadLootTemplates_Mail | ( | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void LoadLootTemplates_Milling | ( | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void LoadLootTemplates_Pickpocketing | ( | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void LoadLootTemplates_Prospecting | ( | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void LoadLootTemplates_Reference | ( | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void LoadLootTemplates_Skinning | ( | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void LoadLootTemplates_Spell | ( | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| LootStore LootTemplates_Creature("creature_loot_template","creature entry", true) |
| LootStore LootTemplates_Disenchant("disenchant_loot_template","item disenchant id", true) |
| LootStore LootTemplates_Fishing("fishing_loot_template","area id", true) |
| LootStore LootTemplates_Gameobject("gameobject_loot_template","gameobject entry", true) |
| LootStore LootTemplates_Item("item_loot_template","item entry", true) |
| LootStore LootTemplates_Mail("mail_loot_template","mail template id", false) |
| LootStore LootTemplates_Milling("milling_loot_template","item entry (herb)", true) |
| LootStore LootTemplates_Pickpocketing("pickpocketing_loot_template","creature pickpocket lootid", true) |
| LootStore LootTemplates_Prospecting("prospecting_loot_template","item entry (ore)", true) |
| LootStore LootTemplates_Reference("reference_loot_template","reference id", false) |
| LootStore LootTemplates_Skinning("skinning_loot_template","creature skinning id", true) |
| LootStore LootTemplates_Spell("spell_loot_template","spell id (random item creating)", false) |
|
static |
1.8.8