[12069] Cleanup comment style

This commit is contained in:
Schmoozerd 2012-07-22 02:54:31 +02:00
parent 5efb3867f5
commit 835d1c7479
205 changed files with 2835 additions and 2835 deletions

View file

@ -72,7 +72,7 @@ void WorldSession::HandleTalentWipeConfirmOpcode(WorldPacket& recv_data)
if (!(_player->resetTalents()))
{
WorldPacket data(MSG_TALENT_WIPE_CONFIRM, 8 + 4); //you have not any talent
WorldPacket data(MSG_TALENT_WIPE_CONFIRM, 8 + 4); // you have not any talent
data << uint64(0);
data << uint32(0);
SendPacket(&data);
@ -80,7 +80,7 @@ void WorldSession::HandleTalentWipeConfirmOpcode(WorldPacket& recv_data)
}
_player->SendTalentsInfoData(false);
unit->CastSpell(_player, 14867, true); //spell: "Untalent Visual Effect"
unit->CastSpell(_player, 14867, true); // spell: "Untalent Visual Effect"
}
void WorldSession::HandleUnlearnSkillOpcode(WorldPacket& recv_data)