*Fix build.

--HG--
branch : trunk
This commit is contained in:
megamage
2009-02-19 22:30:30 -06:00
parent 21b4930682
commit 53d0bf87ad
10 changed files with 34 additions and 32 deletions

View File

@@ -1326,4 +1326,5 @@ void WorldSession::HandleCharCustomize(WorldPacket& recv_data)
data << uint8(hairStyle);
data << uint8(hairColor);
data << uint8(facialHair);
SendPacket(&data);
}