AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "ItemTemplate.h"
Public Attributes | |
int32 | SpellId |
uint32 | SpellTrigger |
int32 | SpellCharges |
float | SpellPPMRate |
int32 | SpellCooldown |
uint32 | SpellCategory |
int32 | SpellCategoryCooldown |
uint32 _Spell::SpellCategory |
Referenced by Player::Create(), and WorldSession::HandleItemQuerySingleOpcode().
int32 _Spell::SpellCategoryCooldown |
Referenced by Player::ApplyEquipCooldown(), and WorldSession::HandleItemQuerySingleOpcode().
int32 _Spell::SpellCharges |
int32 _Spell::SpellCooldown |
Referenced by Player::ApplyEquipCooldown(), and WorldSession::HandleItemQuerySingleOpcode().
int32 _Spell::SpellId |
Referenced by LootItem::AllowedForPlayer(), Player::ApplyEquipCooldown(), Player::ApplyItemEquipSpell(), AuctionHouseObject::BuildListAuctionItems(), Player::CastItemCombatSpell(), Player::CastItemUseSpell(), Spell::CheckItems(), Player::DestroyItem(), WorldSession::HandleItemQuerySingleOpcode(), WorldSession::HandleUseItemOpcode(), ItemTemplate::HasSpellPowerStat(), Player::StoreItem(), Spell::TakeCastItem(), and Player::UpdateAttackPowerAndDamage().
float _Spell::SpellPPMRate |
Referenced by Player::CastItemCombatSpell().
uint32 _Spell::SpellTrigger |
Referenced by Player::ApplyEquipCooldown(), Player::ApplyItemEquipSpell(), AuctionHouseObject::BuildListAuctionItems(), Player::CastItemCombatSpell(), Player::CastItemUseSpell(), Spell::CheckItems(), Player::DestroyItem(), WorldSession::HandleItemQuerySingleOpcode(), Player::StoreItem(), and Player::UpdateAttackPowerAndDamage().