#include "Item.h"
#include "ArtifactPackets.h"
#include "AzeriteEmpoweredItem.h"
#include "AzeriteItem.h"
#include "Bag.h"
#include "ClientBuildInfo.h"
#include "CollectionMgr.h"
#include "Common.h"
#include "ConditionMgr.h"
#include "DB2Stores.h"
#include "DatabaseEnv.h"
#include "GameTables.h"
#include "GameTime.h"
#include "ItemBonusMgr.h"
#include "ItemEnchantmentMgr.h"
#include "ItemPackets.h"
#include "Log.h"
#include "Loot.h"
#include "LootItemStorage.h"
#include "LootMgr.h"
#include "Map.h"
#include "MapUtils.h"
#include "ObjectAccessor.h"
#include "ObjectMgr.h"
#include "Player.h"
#include "RealmList.h"
#include "ScriptMgr.h"
#include "SpellInfo.h"
#include "SpellMgr.h"
#include "StringConvert.h"
#include "TradeData.h"
#include "TransmogMgr.h"
#include "UpdateData.h"
#include "World.h"
#include "WorldSession.h"
#include <sstream>
Go to the source code of this file.
◆ AddItemsSetItem()
| void AddItemsSetItem |
( |
Player * |
player, |
|
|
Item const * |
item |
|
) |
| |
◆ AddItemToUpdateQueueOf()
| void AddItemToUpdateQueueOf |
( |
Item * |
item, |
|
|
Player * |
player |
|
) |
| |
◆ DeleteItemSetEffects()
◆ FindSpellChargesSlot()
◆ ItemCanGoIntoBag()
◆ NewItemOrBag()
◆ RemoveItemFromUpdateQueueOf()
| void RemoveItemFromUpdateQueueOf |
( |
Item * |
item, |
|
|
Player * |
player |
|
) |
| |
◆ RemoveItemsSetItem()
| void RemoveItemsSetItem |
( |
Player * |
player, |
|
|
Item const * |
item |
|
) |
| |
◆ UpdateItemSetAuras()
| void UpdateItemSetAuras |
( |
Player * |
player, |
|
|
bool |
formChange |
|
) |
| |
◆ AppearanceModifierSlotBySpec
Initial value:=
{
}
@ ITEM_MODIFIER_TRANSMOG_APPEARANCE_SPEC_4
@ ITEM_MODIFIER_TRANSMOG_APPEARANCE_SPEC_5
@ ITEM_MODIFIER_TRANSMOG_APPEARANCE_SPEC_2
@ ITEM_MODIFIER_TRANSMOG_APPEARANCE_SPEC_3
@ ITEM_MODIFIER_TRANSMOG_APPEARANCE_SPEC_1
Definition at line 325 of file Item.cpp.
◆ IllusionModifierSlotBySpec
Initial value:=
{
}
@ ITEM_MODIFIER_ENCHANT_ILLUSION_SPEC_5
@ ITEM_MODIFIER_ENCHANT_ILLUSION_SPEC_2
@ ITEM_MODIFIER_ENCHANT_ILLUSION_SPEC_1
@ ITEM_MODIFIER_ENCHANT_ILLUSION_SPEC_4
@ ITEM_MODIFIER_ENCHANT_ILLUSION_SPEC_3
Definition at line 334 of file Item.cpp.
◆ ItemTransmogrificationSlots
◆ SecondaryAppearanceModifierSlotBySpec
Initial value:=
{
}
@ ITEM_MODIFIER_TRANSMOG_SECONDARY_APPEARANCE_SPEC_3
@ ITEM_MODIFIER_TRANSMOG_SECONDARY_APPEARANCE_SPEC_4
@ ITEM_MODIFIER_TRANSMOG_SECONDARY_APPEARANCE_SPEC_5
@ ITEM_MODIFIER_TRANSMOG_SECONDARY_APPEARANCE_SPEC_1
@ ITEM_MODIFIER_TRANSMOG_SECONDARY_APPEARANCE_SPEC_2
Definition at line 343 of file Item.cpp.