Core: Yet more cleanups in codestyle...

This commit is contained in:
click
2011-06-12 02:06:07 +02:00
parent c77aa6e846
commit da03bbbdab
13 changed files with 32 additions and 32 deletions

View File

@@ -1256,7 +1256,7 @@ void Group::UpdatePlayerOutOfRange(Player* pPlayer)
}
}
void Group::BroadcastPacket(WorldPacket *packet, bool ignorePlayersInBGRaid, int group, uint64 ignore)
void Group::BroadcastPacket(WorldPacket* packet, bool ignorePlayersInBGRaid, int group, uint64 ignore)
{
for (GroupReference *itr = GetFirstMember(); itr != NULL; itr = itr->next())
{
@@ -1269,7 +1269,7 @@ void Group::BroadcastPacket(WorldPacket *packet, bool ignorePlayersInBGRaid, int
}
}
void Group::BroadcastReadyCheck(WorldPacket *packet)
void Group::BroadcastReadyCheck(WorldPacket* packet)
{
for (GroupReference *itr = GetFirstMember(); itr != NULL; itr = itr->next())
{