Core/Packets: rename classes to match standards

This commit is contained in:
MitchesD
2015-04-04 19:52:53 +02:00
parent 786834600f
commit e7e940db22
6 changed files with 11 additions and 11 deletions
@@ -407,7 +407,7 @@ WorldPacket const* WorldPackets::Misc::PhaseShift::Write()
return &_worldPacket;
}
WorldPacket const* WorldPackets::Misc::ZoneUpdate::Write()
WorldPacket const* WorldPackets::Misc::ZoneUnderAttack::Write()
{
_worldPacket << int32(AreaID);