![]() |
TrinityCore
|
#include "ItemEnchantmentMgr.h"#include "Containers.h"#include "DatabaseEnv.h"#include "DB2Stores.h"#include "ItemBonusMgr.h"#include "ItemTemplate.h"#include "Log.h"#include "ObjectMgr.h"#include "Timer.h"#include <list>#include <vector>
Include dependency graph for ItemEnchantmentMgr.cpp:Go to the source code of this file.
Functions | |
| void | LoadItemRandomBonusListTemplates () |
| ItemRandomBonusListId | GenerateItemRandomBonusListId (uint32 item_id) |
| TC_GAME_API float | GetRandomPropertyPoints (uint32 itemLevel, uint32 quality, uint32 inventoryType, uint32 subClass) |
| ItemRandomBonusListId GenerateItemRandomBonusListId | ( | uint32 | item_id | ) |
Definition at line 87 of file ItemEnchantmentMgr.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| TC_GAME_API float GetRandomPropertyPoints | ( | uint32 | itemLevel, |
| uint32 | quality, | ||
| uint32 | inventoryType, | ||
| uint32 | subClass | ||
| ) |
| void LoadItemRandomBonusListTemplates | ( | ) |
Definition at line 41 of file ItemEnchantmentMgr.cpp.
Here is the call graph for this function:
Here is the caller graph for this function: