mirror of
https://github.com/mangosfour/server.git
synced 2025-12-26 16:37:06 +00:00
Over 100 camangos Cata commits applied (to c12950)
Over 100 camangos Cata commits applied. up to and inclusing c12950.
This commit is contained in:
parent
b4ec0440aa
commit
eef77eadb9
117 changed files with 4314 additions and 3547 deletions
|
|
@ -351,8 +351,6 @@ void ArenaTeam::Disband(WorldSession* session)
|
|||
|
||||
void ArenaTeam::Roster(WorldSession* session)
|
||||
{
|
||||
Player* pl = NULL;
|
||||
|
||||
uint8 unk308 = 0;
|
||||
|
||||
WorldPacket data(SMSG_ARENA_TEAM_ROSTER, 100);
|
||||
|
|
@ -363,7 +361,7 @@ void ArenaTeam::Roster(WorldSession* session)
|
|||
|
||||
for (MemberList::const_iterator itr = m_members.begin(); itr != m_members.end(); ++itr)
|
||||
{
|
||||
pl = sObjectMgr.GetPlayer(itr->guid);
|
||||
Player* pl = sObjectMgr.GetPlayer(itr->guid);
|
||||
|
||||
data << itr->guid; // guid
|
||||
data << uint8((pl ? 1 : 0)); // online flag
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue