Updated to PTR build 11655.

This commit is contained in:
tomrus88 2010-03-13 00:50:15 +03:00
parent e73c5d3b79
commit 768772b14b
12 changed files with 23 additions and 21 deletions

View file

@ -21705,5 +21705,3 @@ void Player::SetHomebindToLocation(WorldLocation const& loc, uint32 area_id)
CharacterDatabase.PExecute("UPDATE character_homebind SET map = '%u', zone = '%u', position_x = '%f', position_y = '%f', position_z = '%f' WHERE guid = '%u'",
m_homebindMapId, m_homebindAreaId, m_homebindX, m_homebindY, m_homebindZ, GetGUIDLow());
}