No real changes.

This commit is contained in:
tomrus88 2009-05-13 12:25:29 +04:00
parent 9b2266f7a5
commit 3353055d9b
2 changed files with 2 additions and 1 deletions

View file

@ -120,6 +120,7 @@ enum ITEM_FLAGS
enum BAG_FAMILY_MASK enum BAG_FAMILY_MASK
{ {
BAG_FAMILY_MASK_NONE = 0x00000000,
BAG_FAMILY_MASK_ARROWS = 0x00000001, BAG_FAMILY_MASK_ARROWS = 0x00000001,
BAG_FAMILY_MASK_BULLETS = 0x00000002, BAG_FAMILY_MASK_BULLETS = 0x00000002,
BAG_FAMILY_MASK_SOUL_SHARDS = 0x00000004, BAG_FAMILY_MASK_SOUL_SHARDS = 0x00000004,

View file

@ -369,7 +369,7 @@ void WorldSession::SendLfgResult(uint32 type, uint32 entry, uint8 lfg_type)
data << uint32(plr->GetZoneId()); // areaid data << uint32(plr->GetZoneId()); // areaid
if(flags & 0x100) if(flags & 0x100)
data << uint8(0); // unk data << uint8(0); // LFG/LFM flag?
if(flags & 0x80) if(flags & 0x80)
{ {