|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include "Group.h"#include "LFGMgr.h"#include "ObjectMgr.h"#include "Opcodes.h"#include "Player.h"#include "WorldPacket.h"#include "WorldSession.h"#include <vector>Go to the source code of this file.
Functions | |
| void | BuildPartyLockDungeonBlock (WorldPacket &data, lfg::LfgLockPartyMap const &lockMap) |
| void | BuildPlayerLockDungeonBlock (WorldPacket &data, lfg::LfgLockMap const &lock) |
| void | BuildQuestReward (WorldPacket &data, Quest const *quest, Player *player) |
| void BuildPartyLockDungeonBlock | ( | WorldPacket & | data, |
| lfg::LfgLockPartyMap const & | lockMap ) |
Definition at line 40 of file LFGHandler.cpp.
References BuildPlayerLockDungeonBlock(), ByteBuffer::FlushBits(), ByteBuffer::WriteBit(), ByteBuffer::WriteBits(), ByteBuffer::WriteGuidBytes(), and ByteBuffer::WriteGuidMask().
Referenced by WorldSession::SendLfgPartyLockInfo().
| void BuildPlayerLockDungeonBlock | ( | WorldPacket & | data, |
| lfg::LfgLockMap const & | lock ) |
Definition at line 29 of file LFGHandler.cpp.
Referenced by BuildPartyLockDungeonBlock().
| void BuildQuestReward | ( | WorldPacket & | data, |
| Quest const * | quest, | ||
| Player * | player ) |
Definition at line 59 of file LFGHandler.cpp.
References ItemTemplate::DisplayInfoID, Quest::GetRewCurrencyCount(), Quest::GetRewItemsCount(), Quest::GetRewMoney(), QUEST_REWARD_CURRENCY_COUNT, QUEST_REWARDS_COUNT, Quest::RewardCurrencyCount, Quest::RewardCurrencyId, Quest::RewardItemId, Quest::RewardItemIdCount, sObjectMgr, and Quest::XPValue().
Referenced by WorldSession::SendLfgPlayerReward().