Index: server/citytools.c =================================================================== RCS file: /home/freeciv/CVS/freeciv/server/citytools.c,v retrieving revision 1.182 diff -u -r1.182 citytools.c --- server/citytools.c 2002/06/07 04:26:03 1.182 +++ server/citytools.c 2002/07/02 20:22:59 @@ -926,6 +926,7 @@ struct city *pother_city = find_city_by_id(pcity->trade[i]); if (pother_city) { update_dumb_city(ptaker, pother_city); + send_city_info(ptaker, pother_city); } }