mirror of
https://github.com/mangosfour/server.git
synced 2025-12-22 22:37:06 +00:00
No real changes.
This commit is contained in:
parent
9b2266f7a5
commit
3353055d9b
2 changed files with 2 additions and 1 deletions
|
|
@ -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,
|
||||||
|
|
|
||||||
|
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue