TrinityCore
WorldPackets::NPC::VendorItem Struct Reference

#include <NPCPackets.h>

Public Attributes

int32 MuID = 0
 
int32 Type = 0
 
WorldPackets::Item::ItemInstance Item
 
int32 Quantity = -1
 
uint64 Price = 0
 
int32 Durability = 0
 
int32 StackCount = 0
 
int32 ExtendedCostID = 0
 
int32 PlayerConditionFailed = 0
 
bool Locked = false
 
bool DoNotFilterOnVendor = false
 
bool Refundable = false
 

Detailed Description

Definition at line 159 of file NPCPackets.h.

Member Data Documentation

◆ DoNotFilterOnVendor

bool WorldPackets::NPC::VendorItem::DoNotFilterOnVendor = false

Definition at line 171 of file NPCPackets.h.

◆ Durability

int32 WorldPackets::NPC::VendorItem::Durability = 0

Definition at line 166 of file NPCPackets.h.

◆ ExtendedCostID

int32 WorldPackets::NPC::VendorItem::ExtendedCostID = 0

Definition at line 168 of file NPCPackets.h.

◆ Item

WorldPackets::Item::ItemInstance WorldPackets::NPC::VendorItem::Item

Definition at line 163 of file NPCPackets.h.

◆ Locked

bool WorldPackets::NPC::VendorItem::Locked = false

Definition at line 170 of file NPCPackets.h.

◆ MuID

int32 WorldPackets::NPC::VendorItem::MuID = 0

Definition at line 161 of file NPCPackets.h.

◆ PlayerConditionFailed

int32 WorldPackets::NPC::VendorItem::PlayerConditionFailed = 0

Definition at line 169 of file NPCPackets.h.

◆ Price

uint64 WorldPackets::NPC::VendorItem::Price = 0

Definition at line 165 of file NPCPackets.h.

◆ Quantity

int32 WorldPackets::NPC::VendorItem::Quantity = -1

Definition at line 164 of file NPCPackets.h.

◆ Refundable

bool WorldPackets::NPC::VendorItem::Refundable = false

Definition at line 172 of file NPCPackets.h.

◆ StackCount

int32 WorldPackets::NPC::VendorItem::StackCount = 0

Definition at line 167 of file NPCPackets.h.

◆ Type

int32 WorldPackets::NPC::VendorItem::Type = 0

Definition at line 162 of file NPCPackets.h.


The documentation for this struct was generated from the following file: